Shades of Conifer #AFD26A
Tints of Conifer #AFD26A
RGB
CMYK
RGB Variations
Color information
#AFD26A (or 0xAFD26A) is known color: Conifer. HEX triplet: AF, D2 and 6A. RGB value is (175,210,106). Sum of RGB (Red+Green+Blue) = 175+210+106=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD26A is #502D95. Grayscale: #BCBCBC. Windows color (decimal): -5254550 or 7000751. OLE color: 7000751.
HSL color Cylindrical-coordinate representation of color #AFD26A: hue angle of 80.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD26A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 106 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.18 |
| HSL | 80.19º | 0.54% | 0.62% | - |
| HSV(B) | 80.19º | 0.5% | 0.82% | - |
| XYZ | 43.33 | 56.25 | 22.21 | - |
| YUV | 187.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 106 | 0.17 | 0 | 0.50 | 0.18 | 80.19 | 0.54 | 0.62 |
| Hex | AF | D2 | 6A | 11 | 0 | 32 | 12 | 50 | 36 | 3E |
| Octal | 257 | 322 | 152 | 21 | 0 | 62 | 22 | 120 | 66 | 76 |
| Binary | 10101111 | 11010010 | 1101010 | 10001 | 0 | 110010 | 10010 | 1010000 | 110110 | 111110 |
Color Harmonies of #AFD26A
Complementary color
Monochromatic Colors of #AFD26A
Black with #AFD26A
Text Example
Text Example
White with #AFD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD26A; }
p { color: rgb(175,210,106); }
H1.HeaderClassName
{
color: #AFD26A;
}
.AnyTagClassName
{
color: #AFD26A;
}
</style>
background-color css
<style>
a { background-color: #AFD26A; }
a { background-color: rgb(175,210,106); }
div.DivClassName
{
background-color: #AFD26A;
}
.BgClassName
{
background-color: #AFD26A;
}
</style>
border-color css
<style>
span { border-color: #AFD26A; }
span { border-color: rgb(175,210,106); }
td.TdClassName
{
border-color: #AFD26A;
}
.TagClassName
{
border-color: #AFD26A;
}
</style>