#AFD860

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

Shades of Conifer #AFD860

Tints of Conifer #AFD860

Color information

#AFD860 (or 0xAFD860) is unknown color: approx Conifer. HEX triplet: AF, D8 and 60. RGB value is (175,216,96). Sum of RGB (Red+Green+Blue) = 175+216+96=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD860 is #50279F. Grayscale: #BEBEBE. Windows color (decimal): -5253024 or 6346927. OLE color: 6346927.

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

Color convert

RGB17521696-
CMYK0.1900.560.15
HSL80.5º60.61%61.18%-
HSV(B)80.5º55.56%84.71%-
XYZ44.3559.0720.13-
YUV190.0674.92117.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=35.93%
G=44.35%
B=19.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175216960.1900.560.1580.560.6161.18
HexAFD86013038F503d3d
Octal25733014023070171207575
Binary1010111111011000110000010011011100011111010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD860; }

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

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

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

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

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

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

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

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