Shades of Conifer #9AE64D
Tints of Conifer #9AE64D
RGB
CMYK
RGB Variations
Color information
#9AE64D (or 0x9AE64D) is known color: Conifer. HEX triplet: 9A, E6 and 4D. RGB value is (154,230,77). Sum of RGB (Red+Green+Blue) = 154+230+77=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE64D is #6519B2. Grayscale: #BEBEBE. Windows color (decimal): -6625715 or 5105306. OLE color: 5105306.
HSL color Cylindrical-coordinate representation of color #9AE64D: hue angle of 89.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AE64D is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 77 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.10 |
| HSL | 89.8º | 0.75% | 0.6% | - |
| HSV(B) | 89.8º | 0.67% | 0.9% | - |
| XYZ | 42.96 | 64 | 17.11 | - |
| YUV | 189.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 77 | 0.33 | 0 | 0.67 | 0.10 | 89.8 | 0.75 | 0.6 |
| Hex | 9A | E6 | 4D | 21 | 0 | 43 | A | 5A | 4B | 3C |
| Octal | 232 | 346 | 115 | 41 | 0 | 103 | 12 | 132 | 113 | 74 |
| Binary | 10011010 | 11100110 | 1001101 | 100001 | 0 | 1000011 | 1010 | 1011010 | 1001011 | 111100 |
Color Harmonies of #9AE64D
Complementary color
Monochromatic Colors of #9AE64D
Black with #9AE64D
Text Example
Text Example
White with #9AE64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE64D; }
p { color: rgb(154,230,77); }
H1.HeaderClassName
{
color: #9AE64D;
}
.AnyTagClassName
{
color: #9AE64D;
}
</style>
background-color css
<style>
a { background-color: #9AE64D; }
a { background-color: rgb(154,230,77); }
div.DivClassName
{
background-color: #9AE64D;
}
.BgClassName
{
background-color: #9AE64D;
}
</style>
border-color css
<style>
span { border-color: #9AE64D; }
span { border-color: rgb(154,230,77); }
td.TdClassName
{
border-color: #9AE64D;
}
.TagClassName
{
border-color: #9AE64D;
}
</style>