Shades of Light Green #9AF08B
Tints of Light Green #9AF08B
RGB
CMYK
RGB Variations
Color information
#9AF08B (or 0x9AF08B) is known color: Light Green. HEX triplet: 9A, F0 and 8B. RGB value is (154,240,139). Sum of RGB (Red+Green+Blue) = 154+240+139=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF08B is #650F74. Grayscale: #CBCBCB. Windows color (decimal): -6623093 or 9171098. OLE color: 9171098.
HSL color Cylindrical-coordinate representation of color #9AF08B: hue angle of 111.09º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AF08B is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 139 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.06 |
| HSL | 111.09º | 0.77% | 0.74% | - |
| HSV(B) | 111.09º | 0.42% | 0.94% | - |
| XYZ | 49.15 | 71.05 | 35.55 | - |
| YUV | 202.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 139 | 0.36 | 0 | 0.42 | 0.06 | 111.09 | 0.77 | 0.74 |
| Hex | 9A | F0 | 8B | 24 | 0 | 2A | 6 | 6F | 4D | 4A |
| Octal | 232 | 360 | 213 | 44 | 0 | 52 | 6 | 157 | 115 | 112 |
| Binary | 10011010 | 11110000 | 10001011 | 100100 | 0 | 101010 | 110 | 1101111 | 1001101 | 1001010 |
Color Harmonies of #9AF08B
Complementary color
Monochromatic Colors of #9AF08B
Black with #9AF08B
Text Example
Text Example
White with #9AF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF08B; }
p { color: rgb(154,240,139); }
H1.HeaderClassName
{
color: #9AF08B;
}
.AnyTagClassName
{
color: #9AF08B;
}
</style>
background-color css
<style>
a { background-color: #9AF08B; }
a { background-color: rgb(154,240,139); }
div.DivClassName
{
background-color: #9AF08B;
}
.BgClassName
{
background-color: #9AF08B;
}
</style>
border-color css
<style>
span { border-color: #9AF08B; }
span { border-color: rgb(154,240,139); }
td.TdClassName
{
border-color: #9AF08B;
}
.TagClassName
{
border-color: #9AF08B;
}
</style>