Shades of Conifer #9AEC4A
Tints of Conifer #9AEC4A
RGB
CMYK
RGB Variations
Color information
#9AEC4A (or 0x9AEC4A) is known color: Conifer. HEX triplet: 9A, EC and 4A. RGB value is (154,236,74). Sum of RGB (Red+Green+Blue) = 154+236+74=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AEC4A is #6513B5. Grayscale: #C1C1C1. Windows color (decimal): -6624182 or 4910234. OLE color: 4910234.
HSL color Cylindrical-coordinate representation of color #9AEC4A: hue angle of 90.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AEC4A is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 74 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.07 |
| HSL | 90.37º | 0.81% | 0.61% | - |
| HSV(B) | 90.37º | 0.69% | 0.93% | - |
| XYZ | 44.56 | 67.36 | 17.13 | - |
| YUV | 193.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 74 | 0.35 | 0 | 0.69 | 0.07 | 90.37 | 0.81 | 0.61 |
| Hex | 9A | EC | 4A | 23 | 0 | 45 | 7 | 5A | 51 | 3D |
| Octal | 232 | 354 | 112 | 43 | 0 | 105 | 7 | 132 | 121 | 75 |
| Binary | 10011010 | 11101100 | 1001010 | 100011 | 0 | 1000101 | 111 | 1011010 | 1010001 | 111101 |
Color Harmonies of #9AEC4A
Complementary color
Monochromatic Colors of #9AEC4A
Black with #9AEC4A
Text Example
Text Example
White with #9AEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEC4A; }
p { color: rgb(154,236,74); }
H1.HeaderClassName
{
color: #9AEC4A;
}
.AnyTagClassName
{
color: #9AEC4A;
}
</style>
background-color css
<style>
a { background-color: #9AEC4A; }
a { background-color: rgb(154,236,74); }
div.DivClassName
{
background-color: #9AEC4A;
}
.BgClassName
{
background-color: #9AEC4A;
}
</style>
border-color css
<style>
span { border-color: #9AEC4A; }
span { border-color: rgb(154,236,74); }
td.TdClassName
{
border-color: #9AEC4A;
}
.TagClassName
{
border-color: #9AEC4A;
}
</style>