Shades of Pale Green #92FBAB
Tints of Pale Green #92FBAB
RGB
CMYK
RGB Variations
Color information
#92FBAB (or 0x92FBAB) is known color: Pale Green. HEX triplet: 92, FB and AB. RGB value is (146,251,171). Sum of RGB (Red+Green+Blue) = 146+251+171=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBAB is #6D0454. Grayscale: #D2D2D2. Windows color (decimal): -7144533 or 11271058. OLE color: 11271058.
HSL color Cylindrical-coordinate representation of color #92FBAB: hue angle of 134.29º degrees, saturation: 0.93, 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 #92FBAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 171 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.02 |
| HSL | 134.29º | 0.93% | 0.78% | - |
| HSV(B) | 134.29º | 0.42% | 0.98% | - |
| XYZ | 53.7 | 78.05 | 50.76 | - |
| YUV | 210.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 171 | 0.42 | 0 | 0.32 | 0.02 | 134.29 | 0.93 | 0.78 |
| Hex | 92 | FB | AB | 2A | 0 | 20 | 2 | 86 | 5D | 4E |
| Octal | 222 | 373 | 253 | 52 | 0 | 40 | 2 | 206 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10101011 | 101010 | 0 | 100000 | 10 | 10000110 | 1011101 | 1001110 |
Color Harmonies of #92FBAB
Complementary color
Monochromatic Colors of #92FBAB
Black with #92FBAB
Text Example
Text Example
White with #92FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBAB; }
p { color: rgb(146,251,171); }
H1.HeaderClassName
{
color: #92FBAB;
}
.AnyTagClassName
{
color: #92FBAB;
}
</style>
background-color css
<style>
a { background-color: #92FBAB; }
a { background-color: rgb(146,251,171); }
div.DivClassName
{
background-color: #92FBAB;
}
.BgClassName
{
background-color: #92FBAB;
}
</style>
border-color css
<style>
span { border-color: #92FBAB; }
span { border-color: rgb(146,251,171); }
td.TdClassName
{
border-color: #92FBAB;
}
.TagClassName
{
border-color: #92FBAB;
}
</style>