Shades of Conifer #9AFF5D
Tints of Conifer #9AFF5D
RGB
CMYK
RGB Variations
Color information
#9AFF5D (or 0x9AFF5D) is known color: Conifer. HEX triplet: 9A, FF and 5D. RGB value is (154,255,93). Sum of RGB (Red+Green+Blue) = 154+255+93=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF5D is #6500A2. Grayscale: #CECECE. Windows color (decimal): -6619299 or 6160282. OLE color: 6160282.
HSL color Cylindrical-coordinate representation of color #9AFF5D: hue angle of 97.41º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AFF5D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 93 | - |
| CMYK | 0.40 | 0 | 0.64 | 0 |
| HSL | 97.41º | 1% | 0.68% | - |
| HSV(B) | 97.41º | 0.64% | 1% | - |
| XYZ | 51.06 | 79.18 | 22.95 | - |
| YUV | 206.33 | 64.04 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 93 | 0.40 | 0 | 0.64 | 0 | 97.41 | 1 | 0.68 |
| Hex | 9A | FF | 5D | 28 | 0 | 40 | 0 | 61 | 64 | 44 |
| Octal | 232 | 377 | 135 | 50 | 0 | 100 | 0 | 141 | 144 | 104 |
| Binary | 10011010 | 11111111 | 1011101 | 101000 | 0 | 1000000 | 0 | 1100001 | 1100100 | 1000100 |
Color Harmonies of #9AFF5D
Complementary color
Monochromatic Colors of #9AFF5D
Black with #9AFF5D
Text Example
Text Example
White with #9AFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF5D; }
p { color: rgb(154,255,93); }
H1.HeaderClassName
{
color: #9AFF5D;
}
.AnyTagClassName
{
color: #9AFF5D;
}
</style>
background-color css
<style>
a { background-color: #9AFF5D; }
a { background-color: rgb(154,255,93); }
div.DivClassName
{
background-color: #9AFF5D;
}
.BgClassName
{
background-color: #9AFF5D;
}
</style>
border-color css
<style>
span { border-color: #9AFF5D; }
span { border-color: rgb(154,255,93); }
td.TdClassName
{
border-color: #9AFF5D;
}
.TagClassName
{
border-color: #9AFF5D;
}
</style>