Shades of Atlantis #92E446
Tints of Atlantis #92E446
RGB
CMYK
RGB Variations
Color information
#92E446 (or 0x92E446) is known color: Atlantis. HEX triplet: 92, E4 and 46. RGB value is (146,228,70). Sum of RGB (Red+Green+Blue) = 146+228+70=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #92E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E446 is #6D1BB9. Grayscale: #BABABA. Windows color (decimal): -7150522 or 4646034. OLE color: 4646034.
HSL color Cylindrical-coordinate representation of color #92E446: hue angle of 91.14º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92E446 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 228 | 70 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.11 |
| HSL | 91.14º | 0.75% | 0.58% | - |
| HSV(B) | 91.14º | 0.69% | 0.89% | - |
| XYZ | 40.7 | 62.04 | 15.62 | - |
| YUV | 185.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 70 | 0.36 | 0 | 0.69 | 0.11 | 91.14 | 0.75 | 0.58 |
| Hex | 92 | E4 | 46 | 24 | 0 | 45 | B | 5B | 4B | 3A |
| Octal | 222 | 344 | 106 | 44 | 0 | 105 | 13 | 133 | 113 | 72 |
| Binary | 10010010 | 11100100 | 1000110 | 100100 | 0 | 1000101 | 1011 | 1011011 | 1001011 | 111010 |
Color Harmonies of #92E446
Complementary color
Monochromatic Colors of #92E446
Black with #92E446
Text Example
Text Example
White with #92E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E446; }
p { color: rgb(146,228,70); }
H1.HeaderClassName
{
color: #92E446;
}
.AnyTagClassName
{
color: #92E446;
}
</style>
background-color css
<style>
a { background-color: #92E446; }
a { background-color: rgb(146,228,70); }
div.DivClassName
{
background-color: #92E446;
}
.BgClassName
{
background-color: #92E446;
}
</style>
border-color css
<style>
span { border-color: #92E446; }
span { border-color: rgb(146,228,70); }
td.TdClassName
{
border-color: #92E446;
}
.TagClassName
{
border-color: #92E446;
}
</style>