Shades of Atlantis #92E253
Tints of Atlantis #92E253
RGB
CMYK
RGB Variations
Color information
#92E253 (or 0x92E253) is known color: Atlantis. HEX triplet: 92, E2 and 53. RGB value is (146,226,83). Sum of RGB (Red+Green+Blue) = 146+226+83=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #92E253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E253 is #6D1DAC. Grayscale: #BABABA. Windows color (decimal): -7151021 or 5497490. OLE color: 5497490.
HSL color Cylindrical-coordinate representation of color #92E253: hue angle of 93.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92E253 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 83 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.11 |
| HSL | 93.57º | 0.71% | 0.61% | - |
| HSV(B) | 93.57º | 0.63% | 0.89% | - |
| XYZ | 40.61 | 61.13 | 17.84 | - |
| YUV | 185.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 83 | 0.35 | 0 | 0.63 | 0.11 | 93.57 | 0.71 | 0.61 |
| Hex | 92 | E2 | 53 | 23 | 0 | 3F | B | 5E | 47 | 3D |
| Octal | 222 | 342 | 123 | 43 | 0 | 77 | 13 | 136 | 107 | 75 |
| Binary | 10010010 | 11100010 | 1010011 | 100011 | 0 | 111111 | 1011 | 1011110 | 1000111 | 111101 |
Color Harmonies of #92E253
Complementary color
Monochromatic Colors of #92E253
Black with #92E253
Text Example
Text Example
White with #92E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E253; }
p { color: rgb(146,226,83); }
H1.HeaderClassName
{
color: #92E253;
}
.AnyTagClassName
{
color: #92E253;
}
</style>
background-color css
<style>
a { background-color: #92E253; }
a { background-color: rgb(146,226,83); }
div.DivClassName
{
background-color: #92E253;
}
.BgClassName
{
background-color: #92E253;
}
</style>
border-color css
<style>
span { border-color: #92E253; }
span { border-color: rgb(146,226,83); }
td.TdClassName
{
border-color: #92E253;
}
.TagClassName
{
border-color: #92E253;
}
</style>