Shades of Atlantis #92EC45
Tints of Atlantis #92EC45
RGB
CMYK
RGB Variations
Color information
#92EC45 (or 0x92EC45) is known color: Atlantis. HEX triplet: 92, EC and 45. RGB value is (146,236,69). Sum of RGB (Red+Green+Blue) = 146+236+69=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92EC45 is #6D13BA. Grayscale: #BEBEBE. Windows color (decimal): -7148475 or 4582546. OLE color: 4582546.
HSL color Cylindrical-coordinate representation of color #92EC45: hue angle of 92.34º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92EC45 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 69 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.07 |
| HSL | 92.34º | 0.81% | 0.6% | - |
| HSV(B) | 92.34º | 0.71% | 0.93% | - |
| XYZ | 42.92 | 66.53 | 16.21 | - |
| YUV | 190.05 | 59.68 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 69 | 0.38 | 0 | 0.71 | 0.07 | 92.34 | 0.81 | 0.6 |
| Hex | 92 | EC | 45 | 26 | 0 | 47 | 7 | 5C | 51 | 3C |
| Octal | 222 | 354 | 105 | 46 | 0 | 107 | 7 | 134 | 121 | 74 |
| Binary | 10010010 | 11101100 | 1000101 | 100110 | 0 | 1000111 | 111 | 1011100 | 1010001 | 111100 |
Color Harmonies of #92EC45
Complementary color
Monochromatic Colors of #92EC45
Black with #92EC45
Text Example
Text Example
White with #92EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC45; }
p { color: rgb(146,236,69); }
H1.HeaderClassName
{
color: #92EC45;
}
.AnyTagClassName
{
color: #92EC45;
}
</style>
background-color css
<style>
a { background-color: #92EC45; }
a { background-color: rgb(146,236,69); }
div.DivClassName
{
background-color: #92EC45;
}
.BgClassName
{
background-color: #92EC45;
}
</style>
border-color css
<style>
span { border-color: #92EC45; }
span { border-color: rgb(146,236,69); }
td.TdClassName
{
border-color: #92EC45;
}
.TagClassName
{
border-color: #92EC45;
}
</style>