Shades of Atlantis #92E652
Tints of Atlantis #92E652
RGB
CMYK
RGB Variations
Color information
#92E652 (or 0x92E652) is known color: Atlantis. HEX triplet: 92, E6 and 52. RGB value is (146,230,82). Sum of RGB (Red+Green+Blue) = 146+230+82=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #92E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E652 is #6D19AD. Grayscale: #BCBCBC. Windows color (decimal): -7149998 or 5432978. OLE color: 5432978.
HSL color Cylindrical-coordinate representation of color #92E652: hue angle of 94.05º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92E652 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 230 | 82 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.10 |
| HSL | 94.05º | 0.75% | 0.61% | - |
| HSV(B) | 94.05º | 0.64% | 0.9% | - |
| XYZ | 41.67 | 63.31 | 18.01 | - |
| YUV | 188.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 82 | 0.37 | 0 | 0.64 | 0.10 | 94.05 | 0.75 | 0.61 |
| Hex | 92 | E6 | 52 | 25 | 0 | 40 | A | 5E | 4B | 3D |
| Octal | 222 | 346 | 122 | 45 | 0 | 100 | 12 | 136 | 113 | 75 |
| Binary | 10010010 | 11100110 | 1010010 | 100101 | 0 | 1000000 | 1010 | 1011110 | 1001011 | 111101 |
Color Harmonies of #92E652
Complementary color
Monochromatic Colors of #92E652
Black with #92E652
Text Example
Text Example
White with #92E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E652; }
p { color: rgb(146,230,82); }
H1.HeaderClassName
{
color: #92E652;
}
.AnyTagClassName
{
color: #92E652;
}
</style>
background-color css
<style>
a { background-color: #92E652; }
a { background-color: rgb(146,230,82); }
div.DivClassName
{
background-color: #92E652;
}
.BgClassName
{
background-color: #92E652;
}
</style>
border-color css
<style>
span { border-color: #92E652; }
span { border-color: rgb(146,230,82); }
td.TdClassName
{
border-color: #92E652;
}
.TagClassName
{
border-color: #92E652;
}
</style>