Shades of Conifer #ABF04C
Tints of Conifer #ABF04C
RGB
CMYK
RGB Variations
Color information
#ABF04C (or 0xABF04C) is known color: Conifer. HEX triplet: AB, F0 and 4C. RGB value is (171,240,76). Sum of RGB (Red+Green+Blue) = 171+240+76=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF04C is #540FB3. Grayscale: #C9C9C9. Windows color (decimal): -5509044 or 5042347. OLE color: 5042347.
HSL color Cylindrical-coordinate representation of color #ABF04C: hue angle of 85.24º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABF04C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 76 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.06 |
| HSL | 85.24º | 0.85% | 0.62% | - |
| HSV(B) | 85.24º | 0.68% | 0.94% | - |
| XYZ | 49.26 | 71.5 | 18.04 | - |
| YUV | 200.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 76 | 0.29 | 0 | 0.68 | 0.06 | 85.24 | 0.85 | 0.62 |
| Hex | AB | F0 | 4C | 1D | 0 | 44 | 6 | 55 | 55 | 3E |
| Octal | 253 | 360 | 114 | 35 | 0 | 104 | 6 | 125 | 125 | 76 |
| Binary | 10101011 | 11110000 | 1001100 | 11101 | 0 | 1000100 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ABF04C
Complementary color
Monochromatic Colors of #ABF04C
Black with #ABF04C
Text Example
Text Example
White with #ABF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF04C; }
p { color: rgb(171,240,76); }
H1.HeaderClassName
{
color: #ABF04C;
}
.AnyTagClassName
{
color: #ABF04C;
}
</style>
background-color css
<style>
a { background-color: #ABF04C; }
a { background-color: rgb(171,240,76); }
div.DivClassName
{
background-color: #ABF04C;
}
.BgClassName
{
background-color: #ABF04C;
}
</style>
border-color css
<style>
span { border-color: #ABF04C; }
span { border-color: rgb(171,240,76); }
td.TdClassName
{
border-color: #ABF04C;
}
.TagClassName
{
border-color: #ABF04C;
}
</style>