Shades of Conifer #AFD260
Tints of Conifer #AFD260
RGB
CMYK
RGB Variations
Color information
#AFD260 (or 0xAFD260) is known color: Conifer. HEX triplet: AF, D2 and 60. RGB value is (175,210,96). Sum of RGB (Red+Green+Blue) = 175+210+96=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD260 is #502D9F. Grayscale: #BABABA. Windows color (decimal): -5254560 or 6345391. OLE color: 6345391.
HSL color Cylindrical-coordinate representation of color #AFD260: hue angle of 78.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFD260 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 96 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.18 |
| HSL | 78.42º | 0.56% | 0.6% | - |
| HSV(B) | 78.42º | 0.54% | 0.82% | - |
| XYZ | 42.84 | 56.05 | 19.63 | - |
| YUV | 186.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 96 | 0.17 | 0 | 0.54 | 0.18 | 78.42 | 0.56 | 0.6 |
| Hex | AF | D2 | 60 | 11 | 0 | 36 | 12 | 4E | 38 | 3C |
| Octal | 257 | 322 | 140 | 21 | 0 | 66 | 22 | 116 | 70 | 74 |
| Binary | 10101111 | 11010010 | 1100000 | 10001 | 0 | 110110 | 10010 | 1001110 | 111000 | 111100 |
Color Harmonies of #AFD260
Complementary color
Monochromatic Colors of #AFD260
Black with #AFD260
Text Example
Text Example
White with #AFD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD260; }
p { color: rgb(175,210,96); }
H1.HeaderClassName
{
color: #AFD260;
}
.AnyTagClassName
{
color: #AFD260;
}
</style>
background-color css
<style>
a { background-color: #AFD260; }
a { background-color: rgb(175,210,96); }
div.DivClassName
{
background-color: #AFD260;
}
.BgClassName
{
background-color: #AFD260;
}
</style>
border-color css
<style>
span { border-color: #AFD260; }
span { border-color: rgb(175,210,96); }
td.TdClassName
{
border-color: #AFD260;
}
.TagClassName
{
border-color: #AFD260;
}
</style>