Shades of Pale Green #92FBA8
Tints of Pale Green #92FBA8
RGB
CMYK
RGB Variations
Color information
#92FBA8 (or 0x92FBA8) is known color: Pale Green. HEX triplet: 92, FB and A8. RGB value is (146,251,168). Sum of RGB (Red+Green+Blue) = 146+251+168=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBA8 is #6D0457. Grayscale: #D2D2D2. Windows color (decimal): -7144536 or 11074450. OLE color: 11074450.
HSL color Cylindrical-coordinate representation of color #92FBA8: hue angle of 132.57º 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 #92FBA8 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 168 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.02 |
| HSL | 132.57º | 0.93% | 0.78% | - |
| HSV(B) | 132.57º | 0.42% | 0.98% | - |
| XYZ | 53.42 | 77.93 | 49.27 | - |
| YUV | 210.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 168 | 0.42 | 0 | 0.33 | 0.02 | 132.57 | 0.93 | 0.78 |
| Hex | 92 | FB | A8 | 2A | 0 | 21 | 2 | 85 | 5D | 4E |
| Octal | 222 | 373 | 250 | 52 | 0 | 41 | 2 | 205 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10101000 | 101010 | 0 | 100001 | 10 | 10000101 | 1011101 | 1001110 |
Color Harmonies of #92FBA8
Complementary color
Monochromatic Colors of #92FBA8
Black with #92FBA8
Text Example
Text Example
White with #92FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBA8; }
p { color: rgb(146,251,168); }
H1.HeaderClassName
{
color: #92FBA8;
}
.AnyTagClassName
{
color: #92FBA8;
}
</style>
background-color css
<style>
a { background-color: #92FBA8; }
a { background-color: rgb(146,251,168); }
div.DivClassName
{
background-color: #92FBA8;
}
.BgClassName
{
background-color: #92FBA8;
}
</style>
border-color css
<style>
span { border-color: #92FBA8; }
span { border-color: rgb(146,251,168); }
td.TdClassName
{
border-color: #92FBA8;
}
.TagClassName
{
border-color: #92FBA8;
}
</style>