Shades of Conifer #AFD044
Tints of Conifer #AFD044
RGB
CMYK
RGB Variations
Color information
#AFD044 (or 0xAFD044) is known color: Conifer. HEX triplet: AF, D0 and 44. RGB value is (175,208,68). Sum of RGB (Red+Green+Blue) = 175+208+68=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD044 is #502FBB. Grayscale: #B6B6B6. Windows color (decimal): -5255100 or 4509871. OLE color: 4509871.
HSL color Cylindrical-coordinate representation of color #AFD044: hue angle of 74.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFD044 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 68 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.18 |
| HSL | 74.14º | 0.6% | 0.54% | - |
| HSV(B) | 74.14º | 0.67% | 0.82% | - |
| XYZ | 41.28 | 54.64 | 13.84 | - |
| YUV | 182.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 68 | 0.16 | 0 | 0.67 | 0.18 | 74.14 | 0.6 | 0.54 |
| Hex | AF | D0 | 44 | 10 | 0 | 43 | 12 | 4A | 3C | 36 |
| Octal | 257 | 320 | 104 | 20 | 0 | 103 | 22 | 112 | 74 | 66 |
| Binary | 10101111 | 11010000 | 1000100 | 10000 | 0 | 1000011 | 10010 | 1001010 | 111100 | 110110 |
Color Harmonies of #AFD044
Complementary color
Monochromatic Colors of #AFD044
Black with #AFD044
Text Example
Text Example
White with #AFD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD044; }
p { color: rgb(175,208,68); }
H1.HeaderClassName
{
color: #AFD044;
}
.AnyTagClassName
{
color: #AFD044;
}
</style>
background-color css
<style>
a { background-color: #AFD044; }
a { background-color: rgb(175,208,68); }
div.DivClassName
{
background-color: #AFD044;
}
.BgClassName
{
background-color: #AFD044;
}
</style>
border-color css
<style>
span { border-color: #AFD044; }
span { border-color: rgb(175,208,68); }
td.TdClassName
{
border-color: #AFD044;
}
.TagClassName
{
border-color: #AFD044;
}
</style>