Shades of Conifer #ABDA44
Tints of Conifer #ABDA44
RGB
CMYK
RGB Variations
Color information
#ABDA44 (or 0xABDA44) is known color: Conifer. HEX triplet: AB, DA and 44. RGB value is (171,218,68). Sum of RGB (Red+Green+Blue) = 171+218+68=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA44 is #5425BB. Grayscale: #BBBBBB. Windows color (decimal): -5514684 or 4512427. OLE color: 4512427.
HSL color Cylindrical-coordinate representation of color #ABDA44: hue angle of 78.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABDA44 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 68 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.15 |
| HSL | 78.8º | 0.67% | 0.56% | - |
| HSV(B) | 78.8º | 0.69% | 0.85% | - |
| XYZ | 42.91 | 59.22 | 14.64 | - |
| YUV | 186.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 68 | 0.22 | 0 | 0.69 | 0.15 | 78.8 | 0.67 | 0.56 |
| Hex | AB | DA | 44 | 16 | 0 | 45 | F | 4F | 43 | 38 |
| Octal | 253 | 332 | 104 | 26 | 0 | 105 | 17 | 117 | 103 | 70 |
| Binary | 10101011 | 11011010 | 1000100 | 10110 | 0 | 1000101 | 1111 | 1001111 | 1000011 | 111000 |
Color Harmonies of #ABDA44
Complementary color
Monochromatic Colors of #ABDA44
Black with #ABDA44
Text Example
Text Example
White with #ABDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA44; }
p { color: rgb(171,218,68); }
H1.HeaderClassName
{
color: #ABDA44;
}
.AnyTagClassName
{
color: #ABDA44;
}
</style>
background-color css
<style>
a { background-color: #ABDA44; }
a { background-color: rgb(171,218,68); }
div.DivClassName
{
background-color: #ABDA44;
}
.BgClassName
{
background-color: #ABDA44;
}
</style>
border-color css
<style>
span { border-color: #ABDA44; }
span { border-color: rgb(171,218,68); }
td.TdClassName
{
border-color: #ABDA44;
}
.TagClassName
{
border-color: #ABDA44;
}
</style>