Shades of Atlantis #92E447
Tints of Atlantis #92E447
RGB
CMYK
RGB Variations
Color information
#92E447 (or 0x92E447) is known color: Atlantis. HEX triplet: 92, E4 and 47. RGB value is (146,228,71). Sum of RGB (Red+Green+Blue) = 146+228+71=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #92E447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E447 is #6D1BB8. Grayscale: #BABABA. Windows color (decimal): -7150521 or 4711570. OLE color: 4711570.
HSL color Cylindrical-coordinate representation of color #92E447: hue angle of 91.34º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92E447 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 228 | 71 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.11 |
| HSL | 91.34º | 0.74% | 0.59% | - |
| HSV(B) | 91.34º | 0.69% | 0.89% | - |
| XYZ | 40.73 | 62.05 | 15.79 | - |
| YUV | 185.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 71 | 0.36 | 0 | 0.69 | 0.11 | 91.34 | 0.74 | 0.59 |
| Hex | 92 | E4 | 47 | 24 | 0 | 45 | B | 5B | 4A | 3B |
| Octal | 222 | 344 | 107 | 44 | 0 | 105 | 13 | 133 | 112 | 73 |
| Binary | 10010010 | 11100100 | 1000111 | 100100 | 0 | 1000101 | 1011 | 1011011 | 1001010 | 111011 |
Color Harmonies of #92E447
Complementary color
Monochromatic Colors of #92E447
Black with #92E447
Text Example
Text Example
White with #92E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E447; }
p { color: rgb(146,228,71); }
H1.HeaderClassName
{
color: #92E447;
}
.AnyTagClassName
{
color: #92E447;
}
</style>
background-color css
<style>
a { background-color: #92E447; }
a { background-color: rgb(146,228,71); }
div.DivClassName
{
background-color: #92E447;
}
.BgClassName
{
background-color: #92E447;
}
</style>
border-color css
<style>
span { border-color: #92E447; }
span { border-color: rgb(146,228,71); }
td.TdClassName
{
border-color: #92E447;
}
.TagClassName
{
border-color: #92E447;
}
</style>