Shades of Conifer #9AFB5D
Tints of Conifer #9AFB5D
RGB
CMYK
RGB Variations
Color information
#9AFB5D (or 0x9AFB5D) is known color: Conifer. HEX triplet: 9A, FB and 5D. RGB value is (154,251,93). Sum of RGB (Red+Green+Blue) = 154+251+93=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB5D is #6504A2. Grayscale: #CCCCCC. Windows color (decimal): -6620323 or 6159258. OLE color: 6159258.
HSL color Cylindrical-coordinate representation of color #9AFB5D: hue angle of 96.84º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AFB5D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 93 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.02 |
| HSL | 96.84º | 0.95% | 0.67% | - |
| HSV(B) | 96.84º | 0.63% | 0.98% | - |
| XYZ | 49.8 | 76.65 | 22.53 | - |
| YUV | 203.99 | 65.36 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 93 | 0.39 | 0 | 0.63 | 0.02 | 96.84 | 0.95 | 0.67 |
| Hex | 9A | FB | 5D | 27 | 0 | 3F | 2 | 61 | 5F | 43 |
| Octal | 232 | 373 | 135 | 47 | 0 | 77 | 2 | 141 | 137 | 103 |
| Binary | 10011010 | 11111011 | 1011101 | 100111 | 0 | 111111 | 10 | 1100001 | 1011111 | 1000011 |
Color Harmonies of #9AFB5D
Complementary color
Monochromatic Colors of #9AFB5D
Black with #9AFB5D
Text Example
Text Example
White with #9AFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB5D; }
p { color: rgb(154,251,93); }
H1.HeaderClassName
{
color: #9AFB5D;
}
.AnyTagClassName
{
color: #9AFB5D;
}
</style>
background-color css
<style>
a { background-color: #9AFB5D; }
a { background-color: rgb(154,251,93); }
div.DivClassName
{
background-color: #9AFB5D;
}
.BgClassName
{
background-color: #9AFB5D;
}
</style>
border-color css
<style>
span { border-color: #9AFB5D; }
span { border-color: rgb(154,251,93); }
td.TdClassName
{
border-color: #9AFB5D;
}
.TagClassName
{
border-color: #9AFB5D;
}
</style>