#AFCC7E

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

Shades of Caper #AFCC7E

Tints of Caper #AFCC7E

Color information

#AFCC7E (or 0xAFCC7E) is unknown color: approx Caper. HEX triplet: AF, CC and 7E. RGB value is (175,204,126). Sum of RGB (Red+Green+Blue) = 175+204+126=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC7E is #503381. Grayscale: #BABABA. Windows color (decimal): -5256066 or 8309935. OLE color: 8309935.

HSL color Cylindrical-coordinate representation of color #AFCC7E: hue angle of 82.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCC7E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB175204126-
CMYK0.1400.380.2
HSL82.31º43.33%64.71%-
HSV(B)82.31º38.24%80%-
XYZ43.0453.8127.86-
YUV186.4493.89119.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=34.65%
G=40.40%
B=24.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041260.1400.380.282.3143.3364.71
HexAFCC7EE02614522b41
Octal257314176160462412253101
Binary10101111110011001111110111001001101010010100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC7E; }

 p { color: rgb(175,204,126); }

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

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

 a { background-color: rgb(175,204,126); }

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

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

 span { border-color: rgb(175,204,126); }

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