Shades of Conifer #9AF04E
Tints of Conifer #9AF04E
RGB
CMYK
RGB Variations
Color information
#9AF04E (or 0x9AF04E) is known color: Conifer. HEX triplet: 9A, F0 and 4E. RGB value is (154,240,78). Sum of RGB (Red+Green+Blue) = 154+240+78=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF04E is #650FB1. Grayscale: #C4C4C4. Windows color (decimal): -6623154 or 5173402. OLE color: 5173402.
HSL color Cylindrical-coordinate representation of color #9AF04E: hue angle of 91.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AF04E is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 78 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.06 |
| HSL | 91.85º | 0.84% | 0.62% | - |
| HSV(B) | 91.85º | 0.68% | 0.94% | - |
| XYZ | 45.86 | 69.74 | 18.25 | - |
| YUV | 195.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 78 | 0.36 | 0 | 0.68 | 0.06 | 91.85 | 0.84 | 0.62 |
| Hex | 9A | F0 | 4E | 24 | 0 | 44 | 6 | 5C | 54 | 3E |
| Octal | 232 | 360 | 116 | 44 | 0 | 104 | 6 | 134 | 124 | 76 |
| Binary | 10011010 | 11110000 | 1001110 | 100100 | 0 | 1000100 | 110 | 1011100 | 1010100 | 111110 |
Color Harmonies of #9AF04E
Complementary color
Monochromatic Colors of #9AF04E
Black with #9AF04E
Text Example
Text Example
White with #9AF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF04E; }
p { color: rgb(154,240,78); }
H1.HeaderClassName
{
color: #9AF04E;
}
.AnyTagClassName
{
color: #9AF04E;
}
</style>
background-color css
<style>
a { background-color: #9AF04E; }
a { background-color: rgb(154,240,78); }
div.DivClassName
{
background-color: #9AF04E;
}
.BgClassName
{
background-color: #9AF04E;
}
</style>
border-color css
<style>
span { border-color: #9AF04E; }
span { border-color: rgb(154,240,78); }
td.TdClassName
{
border-color: #9AF04E;
}
.TagClassName
{
border-color: #9AF04E;
}
</style>