Shades of Pale Green #92FBA3
Tints of Pale Green #92FBA3
RGB
CMYK
RGB Variations
Color information
#92FBA3 (or 0x92FBA3) is known color: Pale Green. HEX triplet: 92, FB and A3. RGB value is (146,251,163). Sum of RGB (Red+Green+Blue) = 146+251+163=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBA3 is #6D045C. Grayscale: #D1D1D1. Windows color (decimal): -7144541 or 10746770. OLE color: 10746770.
HSL color Cylindrical-coordinate representation of color #92FBA3: hue angle of 129.71º 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 #92FBA3 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 163 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.02 |
| HSL | 129.71º | 0.93% | 0.78% | - |
| HSV(B) | 129.71º | 0.42% | 0.98% | - |
| XYZ | 52.96 | 77.75 | 46.87 | - |
| YUV | 209.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 163 | 0.42 | 0 | 0.35 | 0.02 | 129.71 | 0.93 | 0.78 |
| Hex | 92 | FB | A3 | 2A | 0 | 23 | 2 | 82 | 5D | 4E |
| Octal | 222 | 373 | 243 | 52 | 0 | 43 | 2 | 202 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10100011 | 101010 | 0 | 100011 | 10 | 10000010 | 1011101 | 1001110 |
Color Harmonies of #92FBA3
Complementary color
Monochromatic Colors of #92FBA3
Black with #92FBA3
Text Example
Text Example
White with #92FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBA3; }
p { color: rgb(146,251,163); }
H1.HeaderClassName
{
color: #92FBA3;
}
.AnyTagClassName
{
color: #92FBA3;
}
</style>
background-color css
<style>
a { background-color: #92FBA3; }
a { background-color: rgb(146,251,163); }
div.DivClassName
{
background-color: #92FBA3;
}
.BgClassName
{
background-color: #92FBA3;
}
</style>
border-color css
<style>
span { border-color: #92FBA3; }
span { border-color: rgb(146,251,163); }
td.TdClassName
{
border-color: #92FBA3;
}
.TagClassName
{
border-color: #92FBA3;
}
</style>