Shades of Pale Green #94F3AA
Tints of Pale Green #94F3AA
RGB
CMYK
RGB Variations
Color information
#94F3AA (or 0x94F3AA) is known color: Pale Green. HEX triplet: 94, F3 and AA. RGB value is (148,243,170). Sum of RGB (Red+Green+Blue) = 148+243+170=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F3AA is #6B0C55. Grayscale: #CECECE. Windows color (decimal): -7015510 or 11203476. OLE color: 11203476.
HSL color Cylindrical-coordinate representation of color #94F3AA: hue angle of 133.89º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3AA is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 170 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.05 |
| HSL | 133.89º | 0.8% | 0.77% | - |
| HSV(B) | 133.89º | 0.39% | 0.95% | - |
| XYZ | 51.52 | 73.3 | 49.46 | - |
| YUV | 206.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 170 | 0.39 | 0 | 0.30 | 0.05 | 133.89 | 0.8 | 0.77 |
| Hex | 94 | F3 | AA | 27 | 0 | 1E | 5 | 86 | 50 | 4D |
| Octal | 224 | 363 | 252 | 47 | 0 | 36 | 5 | 206 | 120 | 115 |
| Binary | 10010100 | 11110011 | 10101010 | 100111 | 0 | 11110 | 101 | 10000110 | 1010000 | 1001101 |
Color Harmonies of #94F3AA
Complementary color
Monochromatic Colors of #94F3AA
Black with #94F3AA
Text Example
Text Example
White with #94F3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3AA; }
p { color: rgb(148,243,170); }
H1.HeaderClassName
{
color: #94F3AA;
}
.AnyTagClassName
{
color: #94F3AA;
}
</style>
background-color css
<style>
a { background-color: #94F3AA; }
a { background-color: rgb(148,243,170); }
div.DivClassName
{
background-color: #94F3AA;
}
.BgClassName
{
background-color: #94F3AA;
}
</style>
border-color css
<style>
span { border-color: #94F3AA; }
span { border-color: rgb(148,243,170); }
td.TdClassName
{
border-color: #94F3AA;
}
.TagClassName
{
border-color: #94F3AA;
}
</style>