Shades of Light Green #9AFF7B
Tints of Light Green #9AFF7B
RGB
CMYK
RGB Variations
Color information
#9AFF7B (or 0x9AFF7B) is known color: Light Green. HEX triplet: 9A, FF and 7B. RGB value is (154,255,123). Sum of RGB (Red+Green+Blue) = 154+255+123=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF7B is #650084. Grayscale: #D2D2D2. Windows color (decimal): -6619269 or 8126362. OLE color: 8126362.
HSL color Cylindrical-coordinate representation of color #9AFF7B: hue angle of 105.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AFF7B is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 123 | - |
| CMYK | 0.40 | 0 | 0.52 | 0 |
| HSL | 105.91º | 1% | 0.74% | - |
| HSV(B) | 105.91º | 0.52% | 1% | - |
| XYZ | 52.66 | 79.82 | 31.37 | - |
| YUV | 209.75 | 79.04 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 123 | 0.40 | 0 | 0.52 | 0 | 105.91 | 1 | 0.74 |
| Hex | 9A | FF | 7B | 28 | 0 | 34 | 0 | 6A | 64 | 4A |
| Octal | 232 | 377 | 173 | 50 | 0 | 64 | 0 | 152 | 144 | 112 |
| Binary | 10011010 | 11111111 | 1111011 | 101000 | 0 | 110100 | 0 | 1101010 | 1100100 | 1001010 |
Color Harmonies of #9AFF7B
Complementary color
Monochromatic Colors of #9AFF7B
Black with #9AFF7B
Text Example
Text Example
White with #9AFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF7B; }
p { color: rgb(154,255,123); }
H1.HeaderClassName
{
color: #9AFF7B;
}
.AnyTagClassName
{
color: #9AFF7B;
}
</style>
background-color css
<style>
a { background-color: #9AFF7B; }
a { background-color: rgb(154,255,123); }
div.DivClassName
{
background-color: #9AFF7B;
}
.BgClassName
{
background-color: #9AFF7B;
}
</style>
border-color css
<style>
span { border-color: #9AFF7B; }
span { border-color: rgb(154,255,123); }
td.TdClassName
{
border-color: #9AFF7B;
}
.TagClassName
{
border-color: #9AFF7B;
}
</style>