#AFCE70

Color #AFCE70 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFCE70

Tints of Caper #AFCE70

Color information

#AFCE70 (or 0xAFCE70) is unknown color: approx Caper. HEX triplet: AF, CE and 70. RGB value is (175,206,112). Sum of RGB (Red+Green+Blue) = 175+206+112=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE70 is #50318F. Grayscale: #BABABA. Windows color (decimal): -5255568 or 7392943. OLE color: 7392943.

HSL color Cylindrical-coordinate representation of color #AFCE70: hue angle of 79.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFCE70 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB175206112-
CMYK0.1500.460.19
HSL79.79º48.96%62.35%-
HSV(B)79.79º45.63%80.78%-
XYZ42.6854.4323.59-
YUV186.0286.23120.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=35.50%
G=41.78%
B=22.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061120.1500.460.1979.7948.9662.35
HexAFCE70F02E1350313e
Octal25731616017056231206176
Binary1010111111001110111000011110101110100111010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE70; }

 p { color: rgb(175,206,112); }

 H1.HeaderClassName
 {
   color: #AFCE70;
 }
 .AnyTagClassName
 {
   color: #AFCE70;
 }
</style>
background-color css

<style>
 a { background-color: #AFCE70; }

 a { background-color: rgb(175,206,112); }

 div.DivClassName
 {
   background-color: #AFCE70;
 }
 .BgClassName
 {
   background-color: #AFCE70;
 }
</style>
border-color css

<style>
 span { border-color: #AFCE70; }

 span { border-color: rgb(175,206,112); }

 td.TdClassName
 {
   border-color: #AFCE70;
 }
 .TagClassName
 {
   border-color: #AFCE70;
 }
</style>