Shades of Atlantis #92EC30
Tints of Atlantis #92EC30
RGB
CMYK
RGB Variations
Color information
#92EC30 (or 0x92EC30) is known color: Atlantis. HEX triplet: 92, EC and 30. RGB value is (146,236,48). Sum of RGB (Red+Green+Blue) = 146+236+48=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92EC30 is #6D13CF. Grayscale: #BCBCBC. Windows color (decimal): -7148496 or 3206290. OLE color: 3206290.
HSL color Cylindrical-coordinate representation of color #92EC30: hue angle of 88.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92EC30 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 48 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.07 |
| HSL | 88.72º | 0.83% | 0.56% | - |
| HSV(B) | 88.72º | 0.8% | 0.93% | - |
| XYZ | 42.38 | 66.32 | 13.36 | - |
| YUV | 187.66 | 49.18 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 48 | 0.38 | 0 | 0.80 | 0.07 | 88.72 | 0.83 | 0.56 |
| Hex | 92 | EC | 30 | 26 | 0 | 50 | 7 | 59 | 53 | 38 |
| Octal | 222 | 354 | 60 | 46 | 0 | 120 | 7 | 131 | 123 | 70 |
| Binary | 10010010 | 11101100 | 110000 | 100110 | 0 | 1010000 | 111 | 1011001 | 1010011 | 111000 |
Color Harmonies of #92EC30
Complementary color
Monochromatic Colors of #92EC30
Black with #92EC30
Text Example
Text Example
White with #92EC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC30; }
p { color: rgb(146,236,48); }
H1.HeaderClassName
{
color: #92EC30;
}
.AnyTagClassName
{
color: #92EC30;
}
</style>
background-color css
<style>
a { background-color: #92EC30; }
a { background-color: rgb(146,236,48); }
div.DivClassName
{
background-color: #92EC30;
}
.BgClassName
{
background-color: #92EC30;
}
</style>
border-color css
<style>
span { border-color: #92EC30; }
span { border-color: rgb(146,236,48); }
td.TdClassName
{
border-color: #92EC30;
}
.TagClassName
{
border-color: #92EC30;
}
</style>