Shades of Conifer #AFD24A
Tints of Conifer #AFD24A
RGB
CMYK
RGB Variations
Color information
#AFD24A (or 0xAFD24A) is known color: Conifer. HEX triplet: AF, D2 and 4A. RGB value is (175,210,74). Sum of RGB (Red+Green+Blue) = 175+210+74=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD24A is #502DB5. Grayscale: #B8B8B8. Windows color (decimal): -5254582 or 4903599. OLE color: 4903599.
HSL color Cylindrical-coordinate representation of color #AFD24A: hue angle of 75.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD24A is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 74 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.18 |
| HSL | 75.44º | 0.6% | 0.56% | - |
| HSV(B) | 75.44º | 0.65% | 0.82% | - |
| XYZ | 41.96 | 55.7 | 15.02 | - |
| YUV | 184.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 74 | 0.17 | 0 | 0.65 | 0.18 | 75.44 | 0.6 | 0.56 |
| Hex | AF | D2 | 4A | 11 | 0 | 41 | 12 | 4B | 3C | 38 |
| Octal | 257 | 322 | 112 | 21 | 0 | 101 | 22 | 113 | 74 | 70 |
| Binary | 10101111 | 11010010 | 1001010 | 10001 | 0 | 1000001 | 10010 | 1001011 | 111100 | 111000 |
Color Harmonies of #AFD24A
Complementary color
Monochromatic Colors of #AFD24A
Black with #AFD24A
Text Example
Text Example
White with #AFD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD24A; }
p { color: rgb(175,210,74); }
H1.HeaderClassName
{
color: #AFD24A;
}
.AnyTagClassName
{
color: #AFD24A;
}
</style>
background-color css
<style>
a { background-color: #AFD24A; }
a { background-color: rgb(175,210,74); }
div.DivClassName
{
background-color: #AFD24A;
}
.BgClassName
{
background-color: #AFD24A;
}
</style>
border-color css
<style>
span { border-color: #AFD24A; }
span { border-color: rgb(175,210,74); }
td.TdClassName
{
border-color: #AFD24A;
}
.TagClassName
{
border-color: #AFD24A;
}
</style>