Shades of Conifer #9AF153
Tints of Conifer #9AF153
RGB
CMYK
RGB Variations
Color information
#9AF153 (or 0x9AF153) is known color: Conifer. HEX triplet: 9A, F1 and 53. RGB value is (154,241,83). Sum of RGB (Red+Green+Blue) = 154+241+83=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF153 is #650EAC. Grayscale: #C5C5C5. Windows color (decimal): -6622893 or 5501338. OLE color: 5501338.
HSL color Cylindrical-coordinate representation of color #9AF153: hue angle of 93.04º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AF153 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 83 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.05 |
| HSL | 93.04º | 0.85% | 0.64% | - |
| HSV(B) | 93.04º | 0.66% | 0.95% | - |
| XYZ | 46.34 | 70.41 | 19.33 | - |
| YUV | 196.98 | 63.68 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 83 | 0.36 | 0 | 0.66 | 0.05 | 93.04 | 0.85 | 0.64 |
| Hex | 9A | F1 | 53 | 24 | 0 | 42 | 5 | 5D | 55 | 40 |
| Octal | 232 | 361 | 123 | 44 | 0 | 102 | 5 | 135 | 125 | 100 |
| Binary | 10011010 | 11110001 | 1010011 | 100100 | 0 | 1000010 | 101 | 1011101 | 1010101 | 1000000 |
Color Harmonies of #9AF153
Complementary color
Monochromatic Colors of #9AF153
Black with #9AF153
Text Example
Text Example
White with #9AF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF153; }
p { color: rgb(154,241,83); }
H1.HeaderClassName
{
color: #9AF153;
}
.AnyTagClassName
{
color: #9AF153;
}
</style>
background-color css
<style>
a { background-color: #9AF153; }
a { background-color: rgb(154,241,83); }
div.DivClassName
{
background-color: #9AF153;
}
.BgClassName
{
background-color: #9AF153;
}
</style>
border-color css
<style>
span { border-color: #9AF153; }
span { border-color: rgb(154,241,83); }
td.TdClassName
{
border-color: #9AF153;
}
.TagClassName
{
border-color: #9AF153;
}
</style>