Shades of Pale Green #9AFB90
Tints of Pale Green #9AFB90
RGB
CMYK
RGB Variations
Color information
#9AFB90 (or 0x9AFB90) is known color: Pale Green. HEX triplet: 9A, FB and 90. RGB value is (154,251,144). Sum of RGB (Red+Green+Blue) = 154+251+144=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB90 is #65046F. Grayscale: #D2D2D2. Windows color (decimal): -6620272 or 9501594. OLE color: 9501594.
HSL color Cylindrical-coordinate representation of color #9AFB90: hue angle of 114.39º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AFB90 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 144 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.02 |
| HSL | 114.39º | 0.93% | 0.77% | - |
| HSV(B) | 114.39º | 0.43% | 0.98% | - |
| XYZ | 52.86 | 77.88 | 38.63 | - |
| YUV | 209.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 144 | 0.39 | 0 | 0.43 | 0.02 | 114.39 | 0.93 | 0.77 |
| Hex | 9A | FB | 90 | 27 | 0 | 2B | 2 | 72 | 5D | 4D |
| Octal | 232 | 373 | 220 | 47 | 0 | 53 | 2 | 162 | 135 | 115 |
| Binary | 10011010 | 11111011 | 10010000 | 100111 | 0 | 101011 | 10 | 1110010 | 1011101 | 1001101 |
Color Harmonies of #9AFB90
Complementary color
Monochromatic Colors of #9AFB90
Black with #9AFB90
Text Example
Text Example
White with #9AFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB90; }
p { color: rgb(154,251,144); }
H1.HeaderClassName
{
color: #9AFB90;
}
.AnyTagClassName
{
color: #9AFB90;
}
</style>
background-color css
<style>
a { background-color: #9AFB90; }
a { background-color: rgb(154,251,144); }
div.DivClassName
{
background-color: #9AFB90;
}
.BgClassName
{
background-color: #9AFB90;
}
</style>
border-color css
<style>
span { border-color: #9AFB90; }
span { border-color: rgb(154,251,144); }
td.TdClassName
{
border-color: #9AFB90;
}
.TagClassName
{
border-color: #9AFB90;
}
</style>