#AFC66E

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

Shades of Caper #AFC66E

Tints of Caper #AFC66E

Color information

#AFC66E (or 0xAFC66E) is unknown color: approx Caper. HEX triplet: AF, C6 and 6E. RGB value is (175,198,110). Sum of RGB (Red+Green+Blue) = 175+198+110=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66E is #503991. Grayscale: #B5B5B5. Windows color (decimal): -5257618 or 7259823. OLE color: 7259823.

HSL color Cylindrical-coordinate representation of color #AFC66E: hue angle of 75.68º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC66E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB175198110-
CMYK0.1200.440.22
HSL75.68º43.56%60.39%-
HSV(B)75.68º44.44%77.65%-
XYZ40.6950.6322.38-
YUV181.0987.88123.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 198 (77.73% from 255) = 40.99%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=36.23%
G=40.99%
B=22.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981100.1200.440.2275.6843.5660.39
HexAFC66EC02C164c2c3c
Octal25730615614054261145474
Binary1010111111000110110111011000101100101101001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC66E; }

 p { color: rgb(175,198,110); }

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

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

 a { background-color: rgb(175,198,110); }

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

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

 span { border-color: rgb(175,198,110); }

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