Shades of Atlantis #92E240
Tints of Atlantis #92E240
RGB
CMYK
RGB Variations
Color information
#92E240 (or 0x92E240) is known color: Atlantis. HEX triplet: 92, E2 and 40. RGB value is (146,226,64). Sum of RGB (Red+Green+Blue) = 146+226+64=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #92E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E240 is #6D1DBF. Grayscale: #B8B8B8. Windows color (decimal): -7151040 or 4252306. OLE color: 4252306.
HSL color Cylindrical-coordinate representation of color #92E240: hue angle of 89.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92E240 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 64 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.11 |
| HSL | 89.63º | 0.74% | 0.57% | - |
| HSV(B) | 89.63º | 0.72% | 0.89% | - |
| XYZ | 39.98 | 60.87 | 14.49 | - |
| YUV | 183.61 | 60.5 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 64 | 0.35 | 0 | 0.72 | 0.11 | 89.63 | 0.74 | 0.57 |
| Hex | 92 | E2 | 40 | 23 | 0 | 48 | B | 5A | 4A | 39 |
| Octal | 222 | 342 | 100 | 43 | 0 | 110 | 13 | 132 | 112 | 71 |
| Binary | 10010010 | 11100010 | 1000000 | 100011 | 0 | 1001000 | 1011 | 1011010 | 1001010 | 111001 |
Color Harmonies of #92E240
Complementary color
Monochromatic Colors of #92E240
Black with #92E240
Text Example
Text Example
White with #92E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E240; }
p { color: rgb(146,226,64); }
H1.HeaderClassName
{
color: #92E240;
}
.AnyTagClassName
{
color: #92E240;
}
</style>
background-color css
<style>
a { background-color: #92E240; }
a { background-color: rgb(146,226,64); }
div.DivClassName
{
background-color: #92E240;
}
.BgClassName
{
background-color: #92E240;
}
</style>
border-color css
<style>
span { border-color: #92E240; }
span { border-color: rgb(146,226,64); }
td.TdClassName
{
border-color: #92E240;
}
.TagClassName
{
border-color: #92E240;
}
</style>