Shades of Light Green #9AF28B
Tints of Light Green #9AF28B
RGB
CMYK
RGB Variations
Color information
#9AF28B (or 0x9AF28B) is known color: Light Green. HEX triplet: 9A, F2 and 8B. RGB value is (154,242,139). Sum of RGB (Red+Green+Blue) = 154+242+139=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF28B is #650D74. Grayscale: #CCCCCC. Windows color (decimal): -6622581 or 9171610. OLE color: 9171610.
HSL color Cylindrical-coordinate representation of color #9AF28B: hue angle of 111.26º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AF28B is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 139 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.05 |
| HSL | 111.26º | 0.8% | 0.75% | - |
| HSV(B) | 111.26º | 0.43% | 0.95% | - |
| XYZ | 49.74 | 72.24 | 35.75 | - |
| YUV | 203.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 139 | 0.36 | 0 | 0.43 | 0.05 | 111.26 | 0.8 | 0.75 |
| Hex | 9A | F2 | 8B | 24 | 0 | 2B | 5 | 6F | 50 | 4B |
| Octal | 232 | 362 | 213 | 44 | 0 | 53 | 5 | 157 | 120 | 113 |
| Binary | 10011010 | 11110010 | 10001011 | 100100 | 0 | 101011 | 101 | 1101111 | 1010000 | 1001011 |
Color Harmonies of #9AF28B
Complementary color
Monochromatic Colors of #9AF28B
Black with #9AF28B
Text Example
Text Example
White with #9AF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF28B; }
p { color: rgb(154,242,139); }
H1.HeaderClassName
{
color: #9AF28B;
}
.AnyTagClassName
{
color: #9AF28B;
}
</style>
background-color css
<style>
a { background-color: #9AF28B; }
a { background-color: rgb(154,242,139); }
div.DivClassName
{
background-color: #9AF28B;
}
.BgClassName
{
background-color: #9AF28B;
}
</style>
border-color css
<style>
span { border-color: #9AF28B; }
span { border-color: rgb(154,242,139); }
td.TdClassName
{
border-color: #9AF28B;
}
.TagClassName
{
border-color: #9AF28B;
}
</style>