Shades of Conifer #9AE252
Tints of Conifer #9AE252
RGB
CMYK
RGB Variations
Color information
#9AE252 (or 0x9AE252) is known color: Conifer. HEX triplet: 9A, E2 and 52. RGB value is (154,226,82). Sum of RGB (Red+Green+Blue) = 154+226+82=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #9AE252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE252 is #651DAD. Grayscale: #BCBCBC. Windows color (decimal): -6626734 or 5431962. OLE color: 5431962.
HSL color Cylindrical-coordinate representation of color #9AE252: hue angle of 90º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AE252 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 226 | 82 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.11 |
| HSL | 90º | 0.71% | 0.6% | - |
| HSV(B) | 90º | 0.64% | 0.89% | - |
| XYZ | 42.05 | 61.87 | 17.71 | - |
| YUV | 188.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 226 | 82 | 0.32 | 0 | 0.64 | 0.11 | 90 | 0.71 | 0.6 |
| Hex | 9A | E2 | 52 | 20 | 0 | 40 | B | 5A | 47 | 3C |
| Octal | 232 | 342 | 122 | 40 | 0 | 100 | 13 | 132 | 107 | 74 |
| Binary | 10011010 | 11100010 | 1010010 | 100000 | 0 | 1000000 | 1011 | 1011010 | 1000111 | 111100 |
Color Harmonies of #9AE252
Complementary color
Monochromatic Colors of #9AE252
Black with #9AE252
Text Example
Text Example
White with #9AE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE252; }
p { color: rgb(154,226,82); }
H1.HeaderClassName
{
color: #9AE252;
}
.AnyTagClassName
{
color: #9AE252;
}
</style>
background-color css
<style>
a { background-color: #9AE252; }
a { background-color: rgb(154,226,82); }
div.DivClassName
{
background-color: #9AE252;
}
.BgClassName
{
background-color: #9AE252;
}
</style>
border-color css
<style>
span { border-color: #9AE252; }
span { border-color: rgb(154,226,82); }
td.TdClassName
{
border-color: #9AE252;
}
.TagClassName
{
border-color: #9AE252;
}
</style>