Shades of Pale Green #94FBA0
Tints of Pale Green #94FBA0
RGB
CMYK
RGB Variations
Color information
#94FBA0 (or 0x94FBA0) is known color: Pale Green. HEX triplet: 94, FB and A0. RGB value is (148,251,160). Sum of RGB (Red+Green+Blue) = 148+251+160=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBA0 is #6B045F. Grayscale: #D2D2D2. Windows color (decimal): -7013472 or 10550164. OLE color: 10550164.
HSL color Cylindrical-coordinate representation of color #94FBA0: hue angle of 126.99º 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 #94FBA0 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 160 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.02 |
| HSL | 126.99º | 0.93% | 0.78% | - |
| HSV(B) | 126.99º | 0.41% | 0.98% | - |
| XYZ | 53.06 | 77.83 | 45.48 | - |
| YUV | 209.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 160 | 0.41 | 0 | 0.36 | 0.02 | 126.99 | 0.93 | 0.78 |
| Hex | 94 | FB | A0 | 29 | 0 | 24 | 2 | 7F | 5D | 4E |
| Octal | 224 | 373 | 240 | 51 | 0 | 44 | 2 | 177 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10100000 | 101001 | 0 | 100100 | 10 | 1111111 | 1011101 | 1001110 |
Color Harmonies of #94FBA0
Complementary color
Monochromatic Colors of #94FBA0
Black with #94FBA0
Text Example
Text Example
White with #94FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBA0; }
p { color: rgb(148,251,160); }
H1.HeaderClassName
{
color: #94FBA0;
}
.AnyTagClassName
{
color: #94FBA0;
}
</style>
background-color css
<style>
a { background-color: #94FBA0; }
a { background-color: rgb(148,251,160); }
div.DivClassName
{
background-color: #94FBA0;
}
.BgClassName
{
background-color: #94FBA0;
}
</style>
border-color css
<style>
span { border-color: #94FBA0; }
span { border-color: rgb(148,251,160); }
td.TdClassName
{
border-color: #94FBA0;
}
.TagClassName
{
border-color: #94FBA0;
}
</style>