#AFCC6D

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

Shades of Caper #AFCC6D

Tints of Caper #AFCC6D

Color information

#AFCC6D (or 0xAFCC6D) is unknown color: approx Caper. HEX triplet: AF, CC and 6D. RGB value is (175,204,109). Sum of RGB (Red+Green+Blue) = 175+204+109=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC6D is #503392. Grayscale: #B8B8B8. Windows color (decimal): -5256083 or 7195823. OLE color: 7195823.

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

Color convert

RGB175204109-
CMYK0.1400.470.2
HSL78.32º48.22%61.37%-
HSV(B)78.32º46.57%80%-
XYZ42.0353.422.56-
YUV184.585.39121.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=35.86%
G=41.80%
B=22.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041090.1400.470.278.3248.2261.37
HexAFCC6DE02F144e303d
Octal25731415516057241166075
Binary1010111111001100110110111100101111101001001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC6D; }

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

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

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

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

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

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

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

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