Shades of Pale Green #92FBA6
Tints of Pale Green #92FBA6
RGB
CMYK
RGB Variations
Color information
#92FBA6 (or 0x92FBA6) is known color: Pale Green. HEX triplet: 92, FB and A6. RGB value is (146,251,166). Sum of RGB (Red+Green+Blue) = 146+251+166=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBA6 is #6D0459. Grayscale: #D2D2D2. Windows color (decimal): -7144538 or 10943378. OLE color: 10943378.
HSL color Cylindrical-coordinate representation of color #92FBA6: hue angle of 131.43º 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 #92FBA6 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 166 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.02 |
| HSL | 131.43º | 0.93% | 0.78% | - |
| HSV(B) | 131.43º | 0.42% | 0.98% | - |
| XYZ | 53.23 | 77.86 | 48.3 | - |
| YUV | 209.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 166 | 0.42 | 0 | 0.34 | 0.02 | 131.43 | 0.93 | 0.78 |
| Hex | 92 | FB | A6 | 2A | 0 | 22 | 2 | 83 | 5D | 4E |
| Octal | 222 | 373 | 246 | 52 | 0 | 42 | 2 | 203 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10100110 | 101010 | 0 | 100010 | 10 | 10000011 | 1011101 | 1001110 |
Color Harmonies of #92FBA6
Complementary color
Monochromatic Colors of #92FBA6
Black with #92FBA6
Text Example
Text Example
White with #92FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBA6; }
p { color: rgb(146,251,166); }
H1.HeaderClassName
{
color: #92FBA6;
}
.AnyTagClassName
{
color: #92FBA6;
}
</style>
background-color css
<style>
a { background-color: #92FBA6; }
a { background-color: rgb(146,251,166); }
div.DivClassName
{
background-color: #92FBA6;
}
.BgClassName
{
background-color: #92FBA6;
}
</style>
border-color css
<style>
span { border-color: #92FBA6; }
span { border-color: rgb(146,251,166); }
td.TdClassName
{
border-color: #92FBA6;
}
.TagClassName
{
border-color: #92FBA6;
}
</style>