Shades of Pale Green #92FAAB
Tints of Pale Green #92FAAB
RGB
CMYK
RGB Variations
Color information
#92FAAB (or 0x92FAAB) is known color: Pale Green. HEX triplet: 92, FA and AB. RGB value is (146,250,171). Sum of RGB (Red+Green+Blue) = 146+250+171=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FAAB is #6D0554. Grayscale: #D2D2D2. Windows color (decimal): -7144789 or 11270802. OLE color: 11270802.
HSL color Cylindrical-coordinate representation of color #92FAAB: hue angle of 134.42º 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 #92FAAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 171 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.02 |
| HSL | 134.42º | 0.91% | 0.78% | - |
| HSV(B) | 134.42º | 0.42% | 0.98% | - |
| XYZ | 53.39 | 77.42 | 50.66 | - |
| YUV | 209.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 171 | 0.42 | 0 | 0.32 | 0.02 | 134.42 | 0.91 | 0.78 |
| Hex | 92 | FA | AB | 2A | 0 | 20 | 2 | 86 | 5B | 4E |
| Octal | 222 | 372 | 253 | 52 | 0 | 40 | 2 | 206 | 133 | 116 |
| Binary | 10010010 | 11111010 | 10101011 | 101010 | 0 | 100000 | 10 | 10000110 | 1011011 | 1001110 |
Color Harmonies of #92FAAB
Complementary color
Monochromatic Colors of #92FAAB
Black with #92FAAB
Text Example
Text Example
White with #92FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAAB; }
p { color: rgb(146,250,171); }
H1.HeaderClassName
{
color: #92FAAB;
}
.AnyTagClassName
{
color: #92FAAB;
}
</style>
background-color css
<style>
a { background-color: #92FAAB; }
a { background-color: rgb(146,250,171); }
div.DivClassName
{
background-color: #92FAAB;
}
.BgClassName
{
background-color: #92FAAB;
}
</style>
border-color css
<style>
span { border-color: #92FAAB; }
span { border-color: rgb(146,250,171); }
td.TdClassName
{
border-color: #92FAAB;
}
.TagClassName
{
border-color: #92FAAB;
}
</style>