Shades of Light Green #9AF885
Tints of Light Green #9AF885
RGB
CMYK
RGB Variations
Color information
#9AF885 (or 0x9AF885) is known color: Light Green. HEX triplet: 9A, F8 and 85. RGB value is (154,248,133). Sum of RGB (Red+Green+Blue) = 154+248+133=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF885 is #65077A. Grayscale: #CFCFCF. Windows color (decimal): -6621051 or 8779930. OLE color: 8779930.
HSL color Cylindrical-coordinate representation of color #9AF885: hue angle of 109.04º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AF885 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 133 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.03 |
| HSL | 109.04º | 0.89% | 0.75% | - |
| HSV(B) | 109.04º | 0.46% | 0.97% | - |
| XYZ | 51.13 | 75.7 | 34.11 | - |
| YUV | 206.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 133 | 0.38 | 0 | 0.46 | 0.03 | 109.04 | 0.89 | 0.75 |
| Hex | 9A | F8 | 85 | 26 | 0 | 2E | 3 | 6D | 59 | 4B |
| Octal | 232 | 370 | 205 | 46 | 0 | 56 | 3 | 155 | 131 | 113 |
| Binary | 10011010 | 11111000 | 10000101 | 100110 | 0 | 101110 | 11 | 1101101 | 1011001 | 1001011 |
Color Harmonies of #9AF885
Complementary color
Monochromatic Colors of #9AF885
Black with #9AF885
Text Example
Text Example
White with #9AF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF885; }
p { color: rgb(154,248,133); }
H1.HeaderClassName
{
color: #9AF885;
}
.AnyTagClassName
{
color: #9AF885;
}
</style>
background-color css
<style>
a { background-color: #9AF885; }
a { background-color: rgb(154,248,133); }
div.DivClassName
{
background-color: #9AF885;
}
.BgClassName
{
background-color: #9AF885;
}
</style>
border-color css
<style>
span { border-color: #9AF885; }
span { border-color: rgb(154,248,133); }
td.TdClassName
{
border-color: #9AF885;
}
.TagClassName
{
border-color: #9AF885;
}
</style>