Shades of Conifer #ABF65C
Tints of Conifer #ABF65C
RGB
CMYK
RGB Variations
Color information
#ABF65C (or 0xABF65C) is known color: Conifer. HEX triplet: AB, F6 and 5C. RGB value is (171,246,92). Sum of RGB (Red+Green+Blue) = 171+246+92=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF65C is #5409A3. Grayscale: #CECECE. Windows color (decimal): -5507492 or 6092459. OLE color: 6092459.
HSL color Cylindrical-coordinate representation of color #ABF65C: hue angle of 89.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABF65C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 92 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.04 |
| HSL | 89.22º | 0.9% | 0.66% | - |
| HSV(B) | 89.22º | 0.63% | 0.96% | - |
| XYZ | 51.68 | 75.34 | 21.94 | - |
| YUV | 206.02 | 63.65 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 92 | 0.30 | 0 | 0.63 | 0.04 | 89.22 | 0.9 | 0.66 |
| Hex | AB | F6 | 5C | 1E | 0 | 3F | 4 | 59 | 5A | 42 |
| Octal | 253 | 366 | 134 | 36 | 0 | 77 | 4 | 131 | 132 | 102 |
| Binary | 10101011 | 11110110 | 1011100 | 11110 | 0 | 111111 | 100 | 1011001 | 1011010 | 1000010 |
Color Harmonies of #ABF65C
Complementary color
Monochromatic Colors of #ABF65C
Black with #ABF65C
Text Example
Text Example
White with #ABF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF65C; }
p { color: rgb(171,246,92); }
H1.HeaderClassName
{
color: #ABF65C;
}
.AnyTagClassName
{
color: #ABF65C;
}
</style>
background-color css
<style>
a { background-color: #ABF65C; }
a { background-color: rgb(171,246,92); }
div.DivClassName
{
background-color: #ABF65C;
}
.BgClassName
{
background-color: #ABF65C;
}
</style>
border-color css
<style>
span { border-color: #ABF65C; }
span { border-color: rgb(171,246,92); }
td.TdClassName
{
border-color: #ABF65C;
}
.TagClassName
{
border-color: #ABF65C;
}
</style>