Shades of Conifer #ABDA64
Tints of Conifer #ABDA64
RGB
CMYK
RGB Variations
Color information
#ABDA64 (or 0xABDA64) is known color: Conifer. HEX triplet: AB, DA and 64. RGB value is (171,218,100). Sum of RGB (Red+Green+Blue) = 171+218+100=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA64 is #54259B. Grayscale: #BEBEBE. Windows color (decimal): -5514652 or 6609579. OLE color: 6609579.
HSL color Cylindrical-coordinate representation of color #ABDA64: hue angle of 83.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABDA64 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 100 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.15 |
| HSL | 83.9º | 0.61% | 0.62% | - |
| HSV(B) | 83.9º | 0.54% | 0.85% | - |
| XYZ | 44.17 | 59.72 | 21.26 | - |
| YUV | 190.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 100 | 0.22 | 0 | 0.54 | 0.15 | 83.9 | 0.61 | 0.62 |
| Hex | AB | DA | 64 | 16 | 0 | 36 | F | 54 | 3D | 3E |
| Octal | 253 | 332 | 144 | 26 | 0 | 66 | 17 | 124 | 75 | 76 |
| Binary | 10101011 | 11011010 | 1100100 | 10110 | 0 | 110110 | 1111 | 1010100 | 111101 | 111110 |
Color Harmonies of #ABDA64
Complementary color
Monochromatic Colors of #ABDA64
Black with #ABDA64
Text Example
Text Example
White with #ABDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA64; }
p { color: rgb(171,218,100); }
H1.HeaderClassName
{
color: #ABDA64;
}
.AnyTagClassName
{
color: #ABDA64;
}
</style>
background-color css
<style>
a { background-color: #ABDA64; }
a { background-color: rgb(171,218,100); }
div.DivClassName
{
background-color: #ABDA64;
}
.BgClassName
{
background-color: #ABDA64;
}
</style>
border-color css
<style>
span { border-color: #ABDA64; }
span { border-color: rgb(171,218,100); }
td.TdClassName
{
border-color: #ABDA64;
}
.TagClassName
{
border-color: #ABDA64;
}
</style>