Shades of Light Green #9AF38A
Tints of Light Green #9AF38A
RGB
CMYK
RGB Variations
Color information
#9AF38A (or 0x9AF38A) is known color: Light Green. HEX triplet: 9A, F3 and 8A. RGB value is (154,243,138). Sum of RGB (Red+Green+Blue) = 154+243+138=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF38A is #650C75. Grayscale: #CCCCCC. Windows color (decimal): -6622326 or 9106330. OLE color: 9106330.
HSL color Cylindrical-coordinate representation of color #9AF38A: hue angle of 110.86º degrees, saturation: 0.81, 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 #9AF38A is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 138 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.05 |
| HSL | 110.86º | 0.81% | 0.75% | - |
| HSV(B) | 110.86º | 0.43% | 0.95% | - |
| XYZ | 49.96 | 72.81 | 35.46 | - |
| YUV | 204.42 | 90.51 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 138 | 0.37 | 0 | 0.43 | 0.05 | 110.86 | 0.81 | 0.75 |
| Hex | 9A | F3 | 8A | 25 | 0 | 2B | 5 | 6F | 51 | 4B |
| Octal | 232 | 363 | 212 | 45 | 0 | 53 | 5 | 157 | 121 | 113 |
| Binary | 10011010 | 11110011 | 10001010 | 100101 | 0 | 101011 | 101 | 1101111 | 1010001 | 1001011 |
Color Harmonies of #9AF38A
Complementary color
Monochromatic Colors of #9AF38A
Black with #9AF38A
Text Example
Text Example
White with #9AF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF38A; }
p { color: rgb(154,243,138); }
H1.HeaderClassName
{
color: #9AF38A;
}
.AnyTagClassName
{
color: #9AF38A;
}
</style>
background-color css
<style>
a { background-color: #9AF38A; }
a { background-color: rgb(154,243,138); }
div.DivClassName
{
background-color: #9AF38A;
}
.BgClassName
{
background-color: #9AF38A;
}
</style>
border-color css
<style>
span { border-color: #9AF38A; }
span { border-color: rgb(154,243,138); }
td.TdClassName
{
border-color: #9AF38A;
}
.TagClassName
{
border-color: #9AF38A;
}
</style>