Shades of Pale Green #94FBAA
Tints of Pale Green #94FBAA
RGB
CMYK
RGB Variations
Color information
#94FBAA (or 0x94FBAA) is known color: Pale Green. HEX triplet: 94, FB and AA. RGB value is (148,251,170). Sum of RGB (Red+Green+Blue) = 148+251+170=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBAA is #6B0455. Grayscale: #D3D3D3. Windows color (decimal): -7013462 or 11205524. OLE color: 11205524.
HSL color Cylindrical-coordinate representation of color #94FBAA: hue angle of 132.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FBAA is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 170 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.02 |
| HSL | 132.82º | 0.93% | 0.78% | - |
| HSV(B) | 132.82º | 0.41% | 0.98% | - |
| XYZ | 53.97 | 78.19 | 50.28 | - |
| YUV | 210.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 170 | 0.41 | 0 | 0.32 | 0.02 | 132.82 | 0.93 | 0.78 |
| Hex | 94 | FB | AA | 29 | 0 | 20 | 2 | 85 | 5D | 4E |
| Octal | 224 | 373 | 252 | 51 | 0 | 40 | 2 | 205 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10101010 | 101001 | 0 | 100000 | 10 | 10000101 | 1011101 | 1001110 |
Color Harmonies of #94FBAA
Complementary color
Monochromatic Colors of #94FBAA
Black with #94FBAA
Text Example
Text Example
White with #94FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBAA; }
p { color: rgb(148,251,170); }
H1.HeaderClassName
{
color: #94FBAA;
}
.AnyTagClassName
{
color: #94FBAA;
}
</style>
background-color css
<style>
a { background-color: #94FBAA; }
a { background-color: rgb(148,251,170); }
div.DivClassName
{
background-color: #94FBAA;
}
.BgClassName
{
background-color: #94FBAA;
}
</style>
border-color css
<style>
span { border-color: #94FBAA; }
span { border-color: rgb(148,251,170); }
td.TdClassName
{
border-color: #94FBAA;
}
.TagClassName
{
border-color: #94FBAA;
}
</style>