#AFD859

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

Shades of Conifer #AFD859

Tints of Conifer #AFD859

Color information

#AFD859 (or 0xAFD859) is unknown color: approx Conifer. HEX triplet: AF, D8 and 59. RGB value is (175,216,89). Sum of RGB (Red+Green+Blue) = 175+216+89=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD859 is #5027A6. Grayscale: #BDBDBD. Windows color (decimal): -5253031 or 5888175. OLE color: 5888175.

HSL color Cylindrical-coordinate representation of color #AFD859: hue angle of 79.37º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFD859 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB17521689-
CMYK0.1900.590.15
HSL79.37º61.95%59.8%-
HSV(B)79.37º58.8%84.71%-
XYZ44.0458.9518.51-
YUV189.2671.42117.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 89 (35.16% from 255) = 18.54%
R=36.46%
G=45%
B=18.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175216890.1900.590.1579.3761.9559.8
HexAFD8591303BF4f3e3c
Octal25733013123073171177674
Binary1010111111011000101100110011011101111111001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD859; }

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

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

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

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

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

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

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

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