Shades of Conifer #ABF366
Tints of Conifer #ABF366
RGB
CMYK
RGB Variations
Color information
#ABF366 (or 0xABF366) is known color: Conifer. HEX triplet: AB, F3 and 66. RGB value is (171,243,102). Sum of RGB (Red+Green+Blue) = 171+243+102=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF366 is #540C99. Grayscale: #CDCDCD. Windows color (decimal): -5508250 or 6747051. OLE color: 6747051.
HSL color Cylindrical-coordinate representation of color #ABF366: hue angle of 90.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABF366 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 102 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.05 |
| HSL | 90.64º | 0.85% | 0.68% | - |
| HSV(B) | 90.64º | 0.58% | 0.95% | - |
| XYZ | 51.24 | 73.72 | 24.1 | - |
| YUV | 205.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 102 | 0.30 | 0 | 0.58 | 0.05 | 90.64 | 0.85 | 0.68 |
| Hex | AB | F3 | 66 | 1E | 0 | 3A | 5 | 5B | 55 | 44 |
| Octal | 253 | 363 | 146 | 36 | 0 | 72 | 5 | 133 | 125 | 104 |
| Binary | 10101011 | 11110011 | 1100110 | 11110 | 0 | 111010 | 101 | 1011011 | 1010101 | 1000100 |
Color Harmonies of #ABF366
Complementary color
Monochromatic Colors of #ABF366
Black with #ABF366
Text Example
Text Example
White with #ABF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF366; }
p { color: rgb(171,243,102); }
H1.HeaderClassName
{
color: #ABF366;
}
.AnyTagClassName
{
color: #ABF366;
}
</style>
background-color css
<style>
a { background-color: #ABF366; }
a { background-color: rgb(171,243,102); }
div.DivClassName
{
background-color: #ABF366;
}
.BgClassName
{
background-color: #ABF366;
}
</style>
border-color css
<style>
span { border-color: #ABF366; }
span { border-color: rgb(171,243,102); }
td.TdClassName
{
border-color: #ABF366;
}
.TagClassName
{
border-color: #ABF366;
}
</style>