Shades of Atlantis #92E540
Tints of Atlantis #92E540
RGB
CMYK
RGB Variations
Color information
#92E540 (or 0x92E540) is known color: Atlantis. HEX triplet: 92, E5 and 40. RGB value is (146,229,64). Sum of RGB (Red+Green+Blue) = 146+229+64=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #92E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E540 is #6D1ABF. Grayscale: #B9B9B9. Windows color (decimal): -7150272 or 4253074. OLE color: 4253074.
HSL color Cylindrical-coordinate representation of color #92E540: hue angle of 90.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92E540 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 64 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.10 |
| HSL | 90.18º | 0.76% | 0.57% | - |
| HSV(B) | 90.18º | 0.72% | 0.9% | - |
| XYZ | 40.8 | 62.52 | 14.77 | - |
| YUV | 185.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 64 | 0.36 | 0 | 0.72 | 0.10 | 90.18 | 0.76 | 0.57 |
| Hex | 92 | E5 | 40 | 24 | 0 | 48 | A | 5A | 4C | 39 |
| Octal | 222 | 345 | 100 | 44 | 0 | 110 | 12 | 132 | 114 | 71 |
| Binary | 10010010 | 11100101 | 1000000 | 100100 | 0 | 1001000 | 1010 | 1011010 | 1001100 | 111001 |
Color Harmonies of #92E540
Complementary color
Monochromatic Colors of #92E540
Black with #92E540
Text Example
Text Example
White with #92E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E540; }
p { color: rgb(146,229,64); }
H1.HeaderClassName
{
color: #92E540;
}
.AnyTagClassName
{
color: #92E540;
}
</style>
background-color css
<style>
a { background-color: #92E540; }
a { background-color: rgb(146,229,64); }
div.DivClassName
{
background-color: #92E540;
}
.BgClassName
{
background-color: #92E540;
}
</style>
border-color css
<style>
span { border-color: #92E540; }
span { border-color: rgb(146,229,64); }
td.TdClassName
{
border-color: #92E540;
}
.TagClassName
{
border-color: #92E540;
}
</style>