Shades of Conifer #9AEF55
Tints of Conifer #9AEF55
RGB
CMYK
RGB Variations
Color information
#9AEF55 (or 0x9AEF55) is known color: Conifer. HEX triplet: 9A, EF and 55. RGB value is (154,239,85). Sum of RGB (Red+Green+Blue) = 154+239+85=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEF55 is #6510AA. Grayscale: #C4C4C4. Windows color (decimal): -6623403 or 5631898. OLE color: 5631898.
HSL color Cylindrical-coordinate representation of color #9AEF55: hue angle of 93.12º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AEF55 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 239 | 85 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.06 |
| HSL | 93.12º | 0.83% | 0.64% | - |
| HSV(B) | 93.12º | 0.64% | 0.94% | - |
| XYZ | 45.83 | 69.26 | 19.55 | - |
| YUV | 196.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 239 | 85 | 0.36 | 0 | 0.64 | 0.06 | 93.12 | 0.83 | 0.64 |
| Hex | 9A | EF | 55 | 24 | 0 | 40 | 6 | 5D | 53 | 40 |
| Octal | 232 | 357 | 125 | 44 | 0 | 100 | 6 | 135 | 123 | 100 |
| Binary | 10011010 | 11101111 | 1010101 | 100100 | 0 | 1000000 | 110 | 1011101 | 1010011 | 1000000 |
Color Harmonies of #9AEF55
Complementary color
Monochromatic Colors of #9AEF55
Black with #9AEF55
Text Example
Text Example
White with #9AEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEF55; }
p { color: rgb(154,239,85); }
H1.HeaderClassName
{
color: #9AEF55;
}
.AnyTagClassName
{
color: #9AEF55;
}
</style>
background-color css
<style>
a { background-color: #9AEF55; }
a { background-color: rgb(154,239,85); }
div.DivClassName
{
background-color: #9AEF55;
}
.BgClassName
{
background-color: #9AEF55;
}
</style>
border-color css
<style>
span { border-color: #9AEF55; }
span { border-color: rgb(154,239,85); }
td.TdClassName
{
border-color: #9AEF55;
}
.TagClassName
{
border-color: #9AEF55;
}
</style>