Shades of Conifer #ABF24A
Tints of Conifer #ABF24A
RGB
CMYK
RGB Variations
Color information
#ABF24A (or 0xABF24A) is known color: Conifer. HEX triplet: AB, F2 and 4A. RGB value is (171,242,74). Sum of RGB (Red+Green+Blue) = 171+242+74=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF24A is #540DB5. Grayscale: #CACACA. Windows color (decimal): -5508534 or 4911787. OLE color: 4911787.
HSL color Cylindrical-coordinate representation of color #ABF24A: hue angle of 85.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABF24A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.05 |
| HSL | 85.36º | 0.87% | 0.62% | - |
| HSV(B) | 85.36º | 0.69% | 0.95% | - |
| XYZ | 49.78 | 72.66 | 17.88 | - |
| YUV | 201.62 | 55.98 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 74 | 0.29 | 0 | 0.69 | 0.05 | 85.36 | 0.87 | 0.62 |
| Hex | AB | F2 | 4A | 1D | 0 | 45 | 5 | 55 | 57 | 3E |
| Octal | 253 | 362 | 112 | 35 | 0 | 105 | 5 | 125 | 127 | 76 |
| Binary | 10101011 | 11110010 | 1001010 | 11101 | 0 | 1000101 | 101 | 1010101 | 1010111 | 111110 |
Color Harmonies of #ABF24A
Complementary color
Monochromatic Colors of #ABF24A
Black with #ABF24A
Text Example
Text Example
White with #ABF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF24A; }
p { color: rgb(171,242,74); }
H1.HeaderClassName
{
color: #ABF24A;
}
.AnyTagClassName
{
color: #ABF24A;
}
</style>
background-color css
<style>
a { background-color: #ABF24A; }
a { background-color: rgb(171,242,74); }
div.DivClassName
{
background-color: #ABF24A;
}
.BgClassName
{
background-color: #ABF24A;
}
</style>
border-color css
<style>
span { border-color: #ABF24A; }
span { border-color: rgb(171,242,74); }
td.TdClassName
{
border-color: #ABF24A;
}
.TagClassName
{
border-color: #ABF24A;
}
</style>