Shades of Light Green #9AF975
Tints of Light Green #9AF975
RGB
CMYK
RGB Variations
Color information
#9AF975 (or 0x9AF975) is known color: Light Green. HEX triplet: 9A, F9 and 75. RGB value is (154,249,117). Sum of RGB (Red+Green+Blue) = 154+249+117=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF975 is #65068A. Grayscale: #CDCDCD. Windows color (decimal): -6620811 or 7731610. OLE color: 7731610.
HSL color Cylindrical-coordinate representation of color #9AF975: hue angle of 103.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AF975 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 117 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.02 |
| HSL | 103.18º | 0.92% | 0.72% | - |
| HSV(B) | 103.18º | 0.53% | 0.98% | - |
| XYZ | 50.41 | 75.91 | 28.82 | - |
| YUV | 205.55 | 78.03 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 117 | 0.38 | 0 | 0.53 | 0.02 | 103.18 | 0.92 | 0.72 |
| Hex | 9A | F9 | 75 | 26 | 0 | 35 | 2 | 67 | 5C | 48 |
| Octal | 232 | 371 | 165 | 46 | 0 | 65 | 2 | 147 | 134 | 110 |
| Binary | 10011010 | 11111001 | 1110101 | 100110 | 0 | 110101 | 10 | 1100111 | 1011100 | 1001000 |
Color Harmonies of #9AF975
Complementary color
Monochromatic Colors of #9AF975
Black with #9AF975
Text Example
Text Example
White with #9AF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF975; }
p { color: rgb(154,249,117); }
H1.HeaderClassName
{
color: #9AF975;
}
.AnyTagClassName
{
color: #9AF975;
}
</style>
background-color css
<style>
a { background-color: #9AF975; }
a { background-color: rgb(154,249,117); }
div.DivClassName
{
background-color: #9AF975;
}
.BgClassName
{
background-color: #9AF975;
}
</style>
border-color css
<style>
span { border-color: #9AF975; }
span { border-color: rgb(154,249,117); }
td.TdClassName
{
border-color: #9AF975;
}
.TagClassName
{
border-color: #9AF975;
}
</style>