Shades of Pale Green #92FAAA
Tints of Pale Green #92FAAA
RGB
CMYK
RGB Variations
Color information
#92FAAA (or 0x92FAAA) is known color: Pale Green. HEX triplet: 92, FA and AA. RGB value is (146,250,170). Sum of RGB (Red+Green+Blue) = 146+250+170=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FAAA is #6D0555. Grayscale: #D2D2D2. Windows color (decimal): -7144790 or 11205266. OLE color: 11205266.
HSL color Cylindrical-coordinate representation of color #92FAAA: hue angle of 133.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAAA is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 170 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.02 |
| HSL | 133.85º | 0.91% | 0.78% | - |
| HSV(B) | 133.85º | 0.42% | 0.98% | - |
| XYZ | 53.3 | 77.38 | 50.16 | - |
| YUV | 209.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 170 | 0.42 | 0 | 0.32 | 0.02 | 133.85 | 0.91 | 0.78 |
| Hex | 92 | FA | AA | 2A | 0 | 20 | 2 | 86 | 5B | 4E |
| Octal | 222 | 372 | 252 | 52 | 0 | 40 | 2 | 206 | 133 | 116 |
| Binary | 10010010 | 11111010 | 10101010 | 101010 | 0 | 100000 | 10 | 10000110 | 1011011 | 1001110 |
Color Harmonies of #92FAAA
Complementary color
Monochromatic Colors of #92FAAA
Black with #92FAAA
Text Example
Text Example
White with #92FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAAA; }
p { color: rgb(146,250,170); }
H1.HeaderClassName
{
color: #92FAAA;
}
.AnyTagClassName
{
color: #92FAAA;
}
</style>
background-color css
<style>
a { background-color: #92FAAA; }
a { background-color: rgb(146,250,170); }
div.DivClassName
{
background-color: #92FAAA;
}
.BgClassName
{
background-color: #92FAAA;
}
</style>
border-color css
<style>
span { border-color: #92FAAA; }
span { border-color: rgb(146,250,170); }
td.TdClassName
{
border-color: #92FAAA;
}
.TagClassName
{
border-color: #92FAAA;
}
</style>