Shades of Conifer #AFD144
Tints of Conifer #AFD144
RGB
CMYK
RGB Variations
Color information
#AFD144 (or 0xAFD144) is known color: Conifer. HEX triplet: AF, D1 and 44. RGB value is (175,209,68). Sum of RGB (Red+Green+Blue) = 175+209+68=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD144 is #502EBB. Grayscale: #B7B7B7. Windows color (decimal): -5254844 or 4510127. OLE color: 4510127.
HSL color Cylindrical-coordinate representation of color #AFD144: hue angle of 74.47º degrees, saturation: 0.61, 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 #AFD144 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 68 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.18 |
| HSL | 74.47º | 0.61% | 0.54% | - |
| HSV(B) | 74.47º | 0.67% | 0.82% | - |
| XYZ | 41.52 | 55.13 | 13.92 | - |
| YUV | 182.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 68 | 0.16 | 0 | 0.67 | 0.18 | 74.47 | 0.61 | 0.54 |
| Hex | AF | D1 | 44 | 10 | 0 | 43 | 12 | 4A | 3D | 36 |
| Octal | 257 | 321 | 104 | 20 | 0 | 103 | 22 | 112 | 75 | 66 |
| Binary | 10101111 | 11010001 | 1000100 | 10000 | 0 | 1000011 | 10010 | 1001010 | 111101 | 110110 |
Color Harmonies of #AFD144
Complementary color
Monochromatic Colors of #AFD144
Black with #AFD144
Text Example
Text Example
White with #AFD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD144; }
p { color: rgb(175,209,68); }
H1.HeaderClassName
{
color: #AFD144;
}
.AnyTagClassName
{
color: #AFD144;
}
</style>
background-color css
<style>
a { background-color: #AFD144; }
a { background-color: rgb(175,209,68); }
div.DivClassName
{
background-color: #AFD144;
}
.BgClassName
{
background-color: #AFD144;
}
</style>
border-color css
<style>
span { border-color: #AFD144; }
span { border-color: rgb(175,209,68); }
td.TdClassName
{
border-color: #AFD144;
}
.TagClassName
{
border-color: #AFD144;
}
</style>