#AFD66E

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

Shades of Conifer #AFD66E

Tints of Conifer #AFD66E

Color information

#AFD66E (or 0xAFD66E) is unknown color: approx Conifer. HEX triplet: AF, D6 and 6E. RGB value is (175,214,110). Sum of RGB (Red+Green+Blue) = 175+214+110=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD66E is #502991. Grayscale: #BEBEBE. Windows color (decimal): -5253522 or 7263919. OLE color: 7263919.

HSL color Cylindrical-coordinate representation of color #AFD66E: hue angle of 82.5º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD66E is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB175214110-
CMYK0.1800.490.16
HSL82.5º55.91%63.53%-
HSV(B)82.5º48.6%83.92%-
XYZ44.5458.3323.66-
YUV190.4882.58116.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=35.07%
G=42.89%
B=22.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141100.1800.490.1682.555.9163.53
HexAFD66E1203110523840
Octal257326156220612012270100
Binary101011111101011011011101001001100011000010100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD66E; }

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

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

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

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

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

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

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

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