#AFEA66

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

Shades of Conifer #AFEA66

Tints of Conifer #AFEA66

Color information

#AFEA66 (or 0xAFEA66) is unknown color: approx Conifer. HEX triplet: AF, EA and 66. RGB value is (175,234,102). Sum of RGB (Red+Green+Blue) = 175+234+102=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA66 is #501599. Grayscale: #C9C9C9. Windows color (decimal): -5248410 or 6744751. OLE color: 6744751.

HSL color Cylindrical-coordinate representation of color #AFEA66: hue angle of 86.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFEA66 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB175234102-
CMYK0.2500.560.08
HSL86.82º75.86%65.88%-
HSV(B)86.82º56.41%91.76%-
XYZ49.568.9223.26-
YUV201.3171.95109.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=34.25%
G=45.79%
B=19.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341020.2500.560.0886.8275.8665.88
HexAFEA66190388574c42
Octal2573521463107010127114102
Binary101011111110101011001101100101110001000101011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA66; }

 p { color: rgb(175,234,102); }

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

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

 a { background-color: rgb(175,234,102); }

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

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

 span { border-color: rgb(175,234,102); }

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