Shades of Pale Green #94FBA2
Tints of Pale Green #94FBA2
RGB
CMYK
RGB Variations
Color information
#94FBA2 (or 0x94FBA2) is known color: Pale Green. HEX triplet: 94, FB and A2. RGB value is (148,251,162). Sum of RGB (Red+Green+Blue) = 148+251+162=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBA2 is #6B045D. Grayscale: #D2D2D2. Windows color (decimal): -7013470 or 10681236. OLE color: 10681236.
HSL color Cylindrical-coordinate representation of color #94FBA2: hue angle of 128.16º 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 #94FBA2 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 162 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.02 |
| HSL | 128.16º | 0.93% | 0.78% | - |
| HSV(B) | 128.16º | 0.41% | 0.98% | - |
| XYZ | 53.23 | 77.9 | 46.41 | - |
| YUV | 210.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 162 | 0.41 | 0 | 0.35 | 0.02 | 128.16 | 0.93 | 0.78 |
| Hex | 94 | FB | A2 | 29 | 0 | 23 | 2 | 80 | 5D | 4E |
| Octal | 224 | 373 | 242 | 51 | 0 | 43 | 2 | 200 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10100010 | 101001 | 0 | 100011 | 10 | 10000000 | 1011101 | 1001110 |
Color Harmonies of #94FBA2
Complementary color
Monochromatic Colors of #94FBA2
Black with #94FBA2
Text Example
Text Example
White with #94FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBA2; }
p { color: rgb(148,251,162); }
H1.HeaderClassName
{
color: #94FBA2;
}
.AnyTagClassName
{
color: #94FBA2;
}
</style>
background-color css
<style>
a { background-color: #94FBA2; }
a { background-color: rgb(148,251,162); }
div.DivClassName
{
background-color: #94FBA2;
}
.BgClassName
{
background-color: #94FBA2;
}
</style>
border-color css
<style>
span { border-color: #94FBA2; }
span { border-color: rgb(148,251,162); }
td.TdClassName
{
border-color: #94FBA2;
}
.TagClassName
{
border-color: #94FBA2;
}
</style>