Shades of Conifer #9AF45D
Tints of Conifer #9AF45D
RGB
CMYK
RGB Variations
Color information
#9AF45D (or 0x9AF45D) is known color: Conifer. HEX triplet: 9A, F4 and 5D. RGB value is (154,244,93). Sum of RGB (Red+Green+Blue) = 154+244+93=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF45D is #650BA2. Grayscale: #C8C8C8. Windows color (decimal): -6622115 or 6157466. OLE color: 6157466.
HSL color Cylindrical-coordinate representation of color #9AF45D: hue angle of 95.76º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF45D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 244 | 93 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.04 |
| HSL | 95.76º | 0.87% | 0.66% | - |
| HSV(B) | 95.76º | 0.62% | 0.96% | - |
| XYZ | 47.65 | 72.36 | 21.81 | - |
| YUV | 199.88 | 67.68 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 244 | 93 | 0.37 | 0 | 0.62 | 0.04 | 95.76 | 0.87 | 0.66 |
| Hex | 9A | F4 | 5D | 25 | 0 | 3E | 4 | 60 | 57 | 42 |
| Octal | 232 | 364 | 135 | 45 | 0 | 76 | 4 | 140 | 127 | 102 |
| Binary | 10011010 | 11110100 | 1011101 | 100101 | 0 | 111110 | 100 | 1100000 | 1010111 | 1000010 |
Color Harmonies of #9AF45D
Complementary color
Monochromatic Colors of #9AF45D
Black with #9AF45D
Text Example
Text Example
White with #9AF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF45D; }
p { color: rgb(154,244,93); }
H1.HeaderClassName
{
color: #9AF45D;
}
.AnyTagClassName
{
color: #9AF45D;
}
</style>
background-color css
<style>
a { background-color: #9AF45D; }
a { background-color: rgb(154,244,93); }
div.DivClassName
{
background-color: #9AF45D;
}
.BgClassName
{
background-color: #9AF45D;
}
</style>
border-color css
<style>
span { border-color: #9AF45D; }
span { border-color: rgb(154,244,93); }
td.TdClassName
{
border-color: #9AF45D;
}
.TagClassName
{
border-color: #9AF45D;
}
</style>