Shades of Atlantis #92E136
Tints of Atlantis #92E136
RGB
CMYK
RGB Variations
Color information
#92E136 (or 0x92E136) is known color: Atlantis. HEX triplet: 92, E1 and 36. RGB value is (146,225,54). Sum of RGB (Red+Green+Blue) = 146+225+54=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #92E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E136 is #6D1EC9. Grayscale: #B6B6B6. Windows color (decimal): -7151306 or 3596690. OLE color: 3596690.
HSL color Cylindrical-coordinate representation of color #92E136: hue angle of 87.72º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92E136 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 225 | 54 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.12 |
| HSL | 87.72º | 0.74% | 0.55% | - |
| HSV(B) | 87.72º | 0.76% | 0.88% | - |
| XYZ | 39.45 | 60.23 | 13.04 | - |
| YUV | 181.89 | 55.83 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 54 | 0.35 | 0 | 0.76 | 0.12 | 87.72 | 0.74 | 0.55 |
| Hex | 92 | E1 | 36 | 23 | 0 | 4C | C | 58 | 4A | 37 |
| Octal | 222 | 341 | 66 | 43 | 0 | 114 | 14 | 130 | 112 | 67 |
| Binary | 10010010 | 11100001 | 110110 | 100011 | 0 | 1001100 | 1100 | 1011000 | 1001010 | 110111 |
Color Harmonies of #92E136
Complementary color
Monochromatic Colors of #92E136
Black with #92E136
Text Example
Text Example
White with #92E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E136; }
p { color: rgb(146,225,54); }
H1.HeaderClassName
{
color: #92E136;
}
.AnyTagClassName
{
color: #92E136;
}
</style>
background-color css
<style>
a { background-color: #92E136; }
a { background-color: rgb(146,225,54); }
div.DivClassName
{
background-color: #92E136;
}
.BgClassName
{
background-color: #92E136;
}
</style>
border-color css
<style>
span { border-color: #92E136; }
span { border-color: rgb(146,225,54); }
td.TdClassName
{
border-color: #92E136;
}
.TagClassName
{
border-color: #92E136;
}
</style>