#AFD07F

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

Shades of Caper #AFD07F

Tints of Caper #AFD07F

Color information

#AFD07F (or 0xAFD07F) is unknown color: approx Caper. HEX triplet: AF, D0 and 7F. RGB value is (175,208,127). Sum of RGB (Red+Green+Blue) = 175+208+127=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD07F is #502F80. Grayscale: #BDBDBD. Windows color (decimal): -5255041 or 8376495. OLE color: 8376495.

HSL color Cylindrical-coordinate representation of color #AFD07F: hue angle of 84.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFD07F is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB175208127-
CMYK0.1600.390.18
HSL84.44º46.29%65.69%-
HSV(B)84.44º38.94%81.57%-
XYZ44.0755.7628.52-
YUV188.993.07118.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 127 (50% from 255) = 24.90%
R=34.31%
G=40.78%
B=24.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081270.1600.390.1884.4446.2965.69
HexAFD07F1002712542e42
Octal257320177200472212456102
Binary101011111101000011111111000001001111001010101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD07F; }

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

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

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

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

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

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

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

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