Shades of Pale Green #94FBA6
Tints of Pale Green #94FBA6
RGB
CMYK
RGB Variations
Color information
#94FBA6 (or 0x94FBA6) is known color: Pale Green. HEX triplet: 94, FB and A6. RGB value is (148,251,166). Sum of RGB (Red+Green+Blue) = 148+251+166=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBA6 is #6B0459. Grayscale: #D2D2D2. Windows color (decimal): -7013466 or 10943380. OLE color: 10943380.
HSL color Cylindrical-coordinate representation of color #94FBA6: hue angle of 130.49º 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 #94FBA6 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 166 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.02 |
| HSL | 130.49º | 0.93% | 0.78% | - |
| HSV(B) | 130.49º | 0.41% | 0.98% | - |
| XYZ | 53.59 | 78.04 | 48.32 | - |
| YUV | 210.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 166 | 0.41 | 0 | 0.34 | 0.02 | 130.49 | 0.93 | 0.78 |
| Hex | 94 | FB | A6 | 29 | 0 | 22 | 2 | 82 | 5D | 4E |
| Octal | 224 | 373 | 246 | 51 | 0 | 42 | 2 | 202 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10100110 | 101001 | 0 | 100010 | 10 | 10000010 | 1011101 | 1001110 |
Color Harmonies of #94FBA6
Complementary color
Monochromatic Colors of #94FBA6
Black with #94FBA6
Text Example
Text Example
White with #94FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBA6; }
p { color: rgb(148,251,166); }
H1.HeaderClassName
{
color: #94FBA6;
}
.AnyTagClassName
{
color: #94FBA6;
}
</style>
background-color css
<style>
a { background-color: #94FBA6; }
a { background-color: rgb(148,251,166); }
div.DivClassName
{
background-color: #94FBA6;
}
.BgClassName
{
background-color: #94FBA6;
}
</style>
border-color css
<style>
span { border-color: #94FBA6; }
span { border-color: rgb(148,251,166); }
td.TdClassName
{
border-color: #94FBA6;
}
.TagClassName
{
border-color: #94FBA6;
}
</style>