Shades of Pale Green #92FBA4
Tints of Pale Green #92FBA4
RGB
CMYK
RGB Variations
Color information
#92FBA4 (or 0x92FBA4) is known color: Pale Green. HEX triplet: 92, FB and A4. RGB value is (146,251,164). Sum of RGB (Red+Green+Blue) = 146+251+164=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBA4 is #6D045B. Grayscale: #D1D1D1. Windows color (decimal): -7144540 or 10812306. OLE color: 10812306.
HSL color Cylindrical-coordinate representation of color #92FBA4: hue angle of 130.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 #92FBA4 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 164 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.02 |
| HSL | 130.29º | 0.93% | 0.78% | - |
| HSV(B) | 130.29º | 0.42% | 0.98% | - |
| XYZ | 53.05 | 77.79 | 47.34 | - |
| YUV | 209.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 164 | 0.42 | 0 | 0.35 | 0.02 | 130.29 | 0.93 | 0.78 |
| Hex | 92 | FB | A4 | 2A | 0 | 23 | 2 | 82 | 5D | 4E |
| Octal | 222 | 373 | 244 | 52 | 0 | 43 | 2 | 202 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10100100 | 101010 | 0 | 100011 | 10 | 10000010 | 1011101 | 1001110 |
Color Harmonies of #92FBA4
Complementary color
Monochromatic Colors of #92FBA4
Black with #92FBA4
Text Example
Text Example
White with #92FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBA4; }
p { color: rgb(146,251,164); }
H1.HeaderClassName
{
color: #92FBA4;
}
.AnyTagClassName
{
color: #92FBA4;
}
</style>
background-color css
<style>
a { background-color: #92FBA4; }
a { background-color: rgb(146,251,164); }
div.DivClassName
{
background-color: #92FBA4;
}
.BgClassName
{
background-color: #92FBA4;
}
</style>
border-color css
<style>
span { border-color: #92FBA4; }
span { border-color: rgb(146,251,164); }
td.TdClassName
{
border-color: #92FBA4;
}
.TagClassName
{
border-color: #92FBA4;
}
</style>