Shades of Conifer #9AF14D
Tints of Conifer #9AF14D
RGB
CMYK
RGB Variations
Color information
#9AF14D (or 0x9AF14D) is known color: Conifer. HEX triplet: 9A, F1 and 4D. RGB value is (154,241,77). Sum of RGB (Red+Green+Blue) = 154+241+77=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF14D is #650EB2. Grayscale: #C4C4C4. Windows color (decimal): -6622899 or 5108122. OLE color: 5108122.
HSL color Cylindrical-coordinate representation of color #9AF14D: hue angle of 91.83º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AF14D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 77 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.05 |
| HSL | 91.83º | 0.85% | 0.62% | - |
| HSV(B) | 91.83º | 0.68% | 0.95% | - |
| XYZ | 46.12 | 70.32 | 18.16 | - |
| YUV | 196.29 | 60.68 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 77 | 0.36 | 0 | 0.68 | 0.05 | 91.83 | 0.85 | 0.62 |
| Hex | 9A | F1 | 4D | 24 | 0 | 44 | 5 | 5C | 55 | 3E |
| Octal | 232 | 361 | 115 | 44 | 0 | 104 | 5 | 134 | 125 | 76 |
| Binary | 10011010 | 11110001 | 1001101 | 100100 | 0 | 1000100 | 101 | 1011100 | 1010101 | 111110 |
Color Harmonies of #9AF14D
Complementary color
Monochromatic Colors of #9AF14D
Black with #9AF14D
Text Example
Text Example
White with #9AF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF14D; }
p { color: rgb(154,241,77); }
H1.HeaderClassName
{
color: #9AF14D;
}
.AnyTagClassName
{
color: #9AF14D;
}
</style>
background-color css
<style>
a { background-color: #9AF14D; }
a { background-color: rgb(154,241,77); }
div.DivClassName
{
background-color: #9AF14D;
}
.BgClassName
{
background-color: #9AF14D;
}
</style>
border-color css
<style>
span { border-color: #9AF14D; }
span { border-color: rgb(154,241,77); }
td.TdClassName
{
border-color: #9AF14D;
}
.TagClassName
{
border-color: #9AF14D;
}
</style>