#AFD86D

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

Shades of Conifer #AFD86D

Tints of Conifer #AFD86D

Color information

#AFD86D (or 0xAFD86D) is unknown color: approx Conifer. HEX triplet: AF, D8 and 6D. RGB value is (175,216,109). Sum of RGB (Red+Green+Blue) = 175+216+109=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD86D is #502792. Grayscale: #BFBFBF. Windows color (decimal): -5253011 or 7198895. OLE color: 7198895.

HSL color Cylindrical-coordinate representation of color #AFD86D: hue angle of 82.99º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD86D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB175216109-
CMYK0.1900.500.15
HSL82.99º57.84%63.73%-
HSV(B)82.99º49.54%84.71%-
XYZ4559.3323.55-
YUV191.5481.42116.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=35%
G=43.2%
B=21.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161090.1900.500.1582.9957.8463.73
HexAFD86D13032F533a40
Octal257330155230621712372100
Binary10101111110110001101101100110110010111110100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD86D; }

 p { color: rgb(175,216,109); }

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

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

 a { background-color: rgb(175,216,109); }

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

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

 span { border-color: rgb(175,216,109); }

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