Shades of Light Green #9AFB7D
Tints of Light Green #9AFB7D
RGB
CMYK
RGB Variations
Color information
#9AFB7D (or 0x9AFB7D) is known color: Light Green. HEX triplet: 9A, FB and 7D. RGB value is (154,251,125). Sum of RGB (Red+Green+Blue) = 154+251+125=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB7D is #650482. Grayscale: #D0D0D0. Windows color (decimal): -6620291 or 8256410. OLE color: 8256410.
HSL color Cylindrical-coordinate representation of color #9AFB7D: hue angle of 106.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AFB7D is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 125 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.02 |
| HSL | 106.19º | 0.94% | 0.74% | - |
| HSV(B) | 106.19º | 0.5% | 0.98% | - |
| XYZ | 51.53 | 77.35 | 31.62 | - |
| YUV | 207.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 125 | 0.39 | 0 | 0.50 | 0.02 | 106.19 | 0.94 | 0.74 |
| Hex | 9A | FB | 7D | 27 | 0 | 32 | 2 | 6A | 5E | 4A |
| Octal | 232 | 373 | 175 | 47 | 0 | 62 | 2 | 152 | 136 | 112 |
| Binary | 10011010 | 11111011 | 1111101 | 100111 | 0 | 110010 | 10 | 1101010 | 1011110 | 1001010 |
Color Harmonies of #9AFB7D
Complementary color
Monochromatic Colors of #9AFB7D
Black with #9AFB7D
Text Example
Text Example
White with #9AFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB7D; }
p { color: rgb(154,251,125); }
H1.HeaderClassName
{
color: #9AFB7D;
}
.AnyTagClassName
{
color: #9AFB7D;
}
</style>
background-color css
<style>
a { background-color: #9AFB7D; }
a { background-color: rgb(154,251,125); }
div.DivClassName
{
background-color: #9AFB7D;
}
.BgClassName
{
background-color: #9AFB7D;
}
</style>
border-color css
<style>
span { border-color: #9AFB7D; }
span { border-color: rgb(154,251,125); }
td.TdClassName
{
border-color: #9AFB7D;
}
.TagClassName
{
border-color: #9AFB7D;
}
</style>