#AFD15F

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

Shades of Conifer #AFD15F

Tints of Conifer #AFD15F

Color information

#AFD15F (or 0xAFD15F) is unknown color: approx Conifer. HEX triplet: AF, D1 and 5F. RGB value is (175,209,95). Sum of RGB (Red+Green+Blue) = 175+209+95=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD15F is #502EA0. Grayscale: #BABABA. Windows color (decimal): -5254817 or 6279599. OLE color: 6279599.

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

Color convert

RGB17520995-
CMYK0.1600.550.18
HSL77.89º55.34%59.61%-
HSV(B)77.89º54.55%81.96%-
XYZ42.5555.5419.3-
YUV185.8476.74120.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=36.53%
G=43.63%
B=19.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175209950.1600.550.1877.8955.3459.61
HexAFD15F10037124e373c
Octal25732113720067221166774
Binary10101111110100011011111100000110111100101001110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD15F; }

 p { color: rgb(175,209,95); }

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

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

 a { background-color: rgb(175,209,95); }

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

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

 span { border-color: rgb(175,209,95); }

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