Shades of Conifer #ABDF4A
Tints of Conifer #ABDF4A
RGB
CMYK
RGB Variations
Color information
#ABDF4A (or 0xABDF4A) is known color: Conifer. HEX triplet: AB, DF and 4A. RGB value is (171,223,74). Sum of RGB (Red+Green+Blue) = 171+223+74=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF4A is #5420B5. Grayscale: #BFBFBF. Windows color (decimal): -5513398 or 4906923. OLE color: 4906923.
HSL color Cylindrical-coordinate representation of color #ABDF4A: hue angle of 80.94º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABDF4A is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 74 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.94º | 0.7% | 0.58% | - |
| HSV(B) | 80.94º | 0.67% | 0.87% | - |
| XYZ | 44.42 | 61.93 | 16.09 | - |
| YUV | 190.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 74 | 0.23 | 0 | 0.67 | 0.13 | 80.94 | 0.7 | 0.58 |
| Hex | AB | DF | 4A | 17 | 0 | 43 | D | 51 | 46 | 3A |
| Octal | 253 | 337 | 112 | 27 | 0 | 103 | 15 | 121 | 106 | 72 |
| Binary | 10101011 | 11011111 | 1001010 | 10111 | 0 | 1000011 | 1101 | 1010001 | 1000110 | 111010 |
Color Harmonies of #ABDF4A
Complementary color
Monochromatic Colors of #ABDF4A
Black with #ABDF4A
Text Example
Text Example
White with #ABDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF4A; }
p { color: rgb(171,223,74); }
H1.HeaderClassName
{
color: #ABDF4A;
}
.AnyTagClassName
{
color: #ABDF4A;
}
</style>
background-color css
<style>
a { background-color: #ABDF4A; }
a { background-color: rgb(171,223,74); }
div.DivClassName
{
background-color: #ABDF4A;
}
.BgClassName
{
background-color: #ABDF4A;
}
</style>
border-color css
<style>
span { border-color: #ABDF4A; }
span { border-color: rgb(171,223,74); }
td.TdClassName
{
border-color: #ABDF4A;
}
.TagClassName
{
border-color: #ABDF4A;
}
</style>