Shades of Conifer #9AFE5A
Tints of Conifer #9AFE5A
RGB
CMYK
RGB Variations
Color information
#9AFE5A (or 0x9AFE5A) is known color: Conifer. HEX triplet: 9A, FE and 5A. RGB value is (154,254,90). Sum of RGB (Red+Green+Blue) = 154+254+90=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFE5A is #6501A5. Grayscale: #CDCDCD. Windows color (decimal): -6619558 or 5963418. OLE color: 5963418.
HSL color Cylindrical-coordinate representation of color #9AFE5A: hue angle of 96.59º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AFE5A is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 90 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.00 |
| HSL | 96.59º | 0.99% | 0.67% | - |
| HSV(B) | 96.59º | 0.65% | 1% | - |
| XYZ | 50.61 | 78.49 | 22.16 | - |
| YUV | 205.4 | 62.87 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 90 | 0.39 | 0 | 0.65 | 0.00 | 96.59 | 0.99 | 0.67 |
| Hex | 9A | FE | 5A | 27 | 0 | 41 | 0 | 61 | 63 | 43 |
| Octal | 232 | 376 | 132 | 47 | 0 | 101 | 0 | 141 | 143 | 103 |
| Binary | 10011010 | 11111110 | 1011010 | 100111 | 0 | 1000001 | 0 | 1100001 | 1100011 | 1000011 |
Color Harmonies of #9AFE5A
Complementary color
Monochromatic Colors of #9AFE5A
Black with #9AFE5A
Text Example
Text Example
White with #9AFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFE5A; }
p { color: rgb(154,254,90); }
H1.HeaderClassName
{
color: #9AFE5A;
}
.AnyTagClassName
{
color: #9AFE5A;
}
</style>
background-color css
<style>
a { background-color: #9AFE5A; }
a { background-color: rgb(154,254,90); }
div.DivClassName
{
background-color: #9AFE5A;
}
.BgClassName
{
background-color: #9AFE5A;
}
</style>
border-color css
<style>
span { border-color: #9AFE5A; }
span { border-color: rgb(154,254,90); }
td.TdClassName
{
border-color: #9AFE5A;
}
.TagClassName
{
border-color: #9AFE5A;
}
</style>