#AFCA7F

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

Shades of Caper #AFCA7F

Tints of Caper #AFCA7F

Color information

#AFCA7F (or 0xAFCA7F) is unknown color: approx Caper. HEX triplet: AF, CA and 7F. RGB value is (175,202,127). Sum of RGB (Red+Green+Blue) = 175+202+127=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA7F is #503580. Grayscale: #B9B9B9. Windows color (decimal): -5256577 or 8374959. OLE color: 8374959.

HSL color Cylindrical-coordinate representation of color #AFCA7F: hue angle of 81.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCA7F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB175202127-
CMYK0.1300.370.21
HSL81.6º41.44%64.51%-
HSV(B)81.6º37.13%79.22%-
XYZ42.6352.8928.04-
YUV185.3895.05120.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 127 (50% from 255) = 25.20%
R=34.72%
G=40.08%
B=25.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021270.1300.370.2181.641.4464.51
HexAFCA7FD02515522941
Octal257312177150452512251101
Binary10101111110010101111111110101001011010110100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA7F; }

 p { color: rgb(175,202,127); }

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

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

 a { background-color: rgb(175,202,127); }

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

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

 span { border-color: rgb(175,202,127); }

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