Shades of Pale Green #94FBA3
Tints of Pale Green #94FBA3
RGB
CMYK
RGB Variations
Color information
#94FBA3 (or 0x94FBA3) is known color: Pale Green. HEX triplet: 94, FB and A3. RGB value is (148,251,163). Sum of RGB (Red+Green+Blue) = 148+251+163=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBA3 is #6B045C. Grayscale: #D2D2D2. Windows color (decimal): -7013469 or 10746772. OLE color: 10746772.
HSL color Cylindrical-coordinate representation of color #94FBA3: hue angle of 128.74º 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 #94FBA3 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 163 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.02 |
| HSL | 128.74º | 0.93% | 0.78% | - |
| HSV(B) | 128.74º | 0.41% | 0.98% | - |
| XYZ | 53.32 | 77.93 | 46.88 | - |
| YUV | 210.17 | 101.38 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 163 | 0.41 | 0 | 0.35 | 0.02 | 128.74 | 0.93 | 0.78 |
| Hex | 94 | FB | A3 | 29 | 0 | 23 | 2 | 81 | 5D | 4E |
| Octal | 224 | 373 | 243 | 51 | 0 | 43 | 2 | 201 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10100011 | 101001 | 0 | 100011 | 10 | 10000001 | 1011101 | 1001110 |
Color Harmonies of #94FBA3
Complementary color
Monochromatic Colors of #94FBA3
Black with #94FBA3
Text Example
Text Example
White with #94FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBA3; }
p { color: rgb(148,251,163); }
H1.HeaderClassName
{
color: #94FBA3;
}
.AnyTagClassName
{
color: #94FBA3;
}
</style>
background-color css
<style>
a { background-color: #94FBA3; }
a { background-color: rgb(148,251,163); }
div.DivClassName
{
background-color: #94FBA3;
}
.BgClassName
{
background-color: #94FBA3;
}
</style>
border-color css
<style>
span { border-color: #94FBA3; }
span { border-color: rgb(148,251,163); }
td.TdClassName
{
border-color: #94FBA3;
}
.TagClassName
{
border-color: #94FBA3;
}
</style>