Shades of Conifer #ABE352
Tints of Conifer #ABE352
RGB
CMYK
RGB Variations
Color information
#ABE352 (or 0xABE352) is known color: Conifer. HEX triplet: AB, E3 and 52. RGB value is (171,227,82). Sum of RGB (Red+Green+Blue) = 171+227+82=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE352 is #541CAD. Grayscale: #C2C2C2. Windows color (decimal): -5512366 or 5432235. OLE color: 5432235.
HSL color Cylindrical-coordinate representation of color #ABE352: hue angle of 83.17º degrees, saturation: 0.72, 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 #ABE352 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 82 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.11 |
| HSL | 83.17º | 0.72% | 0.61% | - |
| HSV(B) | 83.17º | 0.64% | 0.89% | - |
| XYZ | 45.79 | 64.21 | 17.96 | - |
| YUV | 193.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 82 | 0.25 | 0 | 0.64 | 0.11 | 83.17 | 0.72 | 0.61 |
| Hex | AB | E3 | 52 | 19 | 0 | 40 | B | 53 | 48 | 3D |
| Octal | 253 | 343 | 122 | 31 | 0 | 100 | 13 | 123 | 110 | 75 |
| Binary | 10101011 | 11100011 | 1010010 | 11001 | 0 | 1000000 | 1011 | 1010011 | 1001000 | 111101 |
Color Harmonies of #ABE352
Complementary color
Monochromatic Colors of #ABE352
Black with #ABE352
Text Example
Text Example
White with #ABE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE352; }
p { color: rgb(171,227,82); }
H1.HeaderClassName
{
color: #ABE352;
}
.AnyTagClassName
{
color: #ABE352;
}
</style>
background-color css
<style>
a { background-color: #ABE352; }
a { background-color: rgb(171,227,82); }
div.DivClassName
{
background-color: #ABE352;
}
.BgClassName
{
background-color: #ABE352;
}
</style>
border-color css
<style>
span { border-color: #ABE352; }
span { border-color: rgb(171,227,82); }
td.TdClassName
{
border-color: #ABE352;
}
.TagClassName
{
border-color: #ABE352;
}
</style>