Shades of Conifer #ABE453
Tints of Conifer #ABE453
RGB
CMYK
RGB Variations
Color information
#ABE453 (or 0xABE453) is known color: Conifer. HEX triplet: AB, E4 and 53. RGB value is (171,228,83). Sum of RGB (Red+Green+Blue) = 171+228+83=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE453 is #541BAC. Grayscale: #C2C2C2. Windows color (decimal): -5512109 or 5498027. OLE color: 5498027.
HSL color Cylindrical-coordinate representation of color #ABE453: hue angle of 83.59º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABE453 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 83 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.11 |
| HSL | 83.59º | 0.73% | 0.61% | - |
| HSV(B) | 83.59º | 0.64% | 0.89% | - |
| XYZ | 46.1 | 64.77 | 18.26 | - |
| YUV | 194.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 83 | 0.25 | 0 | 0.64 | 0.11 | 83.59 | 0.73 | 0.61 |
| Hex | AB | E4 | 53 | 19 | 0 | 40 | B | 54 | 49 | 3D |
| Octal | 253 | 344 | 123 | 31 | 0 | 100 | 13 | 124 | 111 | 75 |
| Binary | 10101011 | 11100100 | 1010011 | 11001 | 0 | 1000000 | 1011 | 1010100 | 1001001 | 111101 |
Color Harmonies of #ABE453
Complementary color
Monochromatic Colors of #ABE453
Black with #ABE453
Text Example
Text Example
White with #ABE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE453; }
p { color: rgb(171,228,83); }
H1.HeaderClassName
{
color: #ABE453;
}
.AnyTagClassName
{
color: #ABE453;
}
</style>
background-color css
<style>
a { background-color: #ABE453; }
a { background-color: rgb(171,228,83); }
div.DivClassName
{
background-color: #ABE453;
}
.BgClassName
{
background-color: #ABE453;
}
</style>
border-color css
<style>
span { border-color: #ABE453; }
span { border-color: rgb(171,228,83); }
td.TdClassName
{
border-color: #ABE453;
}
.TagClassName
{
border-color: #ABE453;
}
</style>