Shades of Atlantis #92E53C
Tints of Atlantis #92E53C
RGB
CMYK
RGB Variations
Color information
#92E53C (or 0x92E53C) is known color: Atlantis. HEX triplet: 92, E5 and 3C. RGB value is (146,229,60). Sum of RGB (Red+Green+Blue) = 146+229+60=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #92E53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E53C is #6D1AC3. Grayscale: #B9B9B9. Windows color (decimal): -7150276 or 3990930. OLE color: 3990930.
HSL color Cylindrical-coordinate representation of color #92E53C: hue angle of 89.47º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92E53C is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 60 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.10 |
| HSL | 89.47º | 0.76% | 0.57% | - |
| HSV(B) | 89.47º | 0.74% | 0.9% | - |
| XYZ | 40.69 | 62.48 | 14.19 | - |
| YUV | 184.92 | 57.5 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 60 | 0.36 | 0 | 0.74 | 0.10 | 89.47 | 0.76 | 0.57 |
| Hex | 92 | E5 | 3C | 24 | 0 | 4A | A | 59 | 4C | 39 |
| Octal | 222 | 345 | 74 | 44 | 0 | 112 | 12 | 131 | 114 | 71 |
| Binary | 10010010 | 11100101 | 111100 | 100100 | 0 | 1001010 | 1010 | 1011001 | 1001100 | 111001 |
Color Harmonies of #92E53C
Complementary color
Monochromatic Colors of #92E53C
Black with #92E53C
Text Example
Text Example
White with #92E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E53C; }
p { color: rgb(146,229,60); }
H1.HeaderClassName
{
color: #92E53C;
}
.AnyTagClassName
{
color: #92E53C;
}
</style>
background-color css
<style>
a { background-color: #92E53C; }
a { background-color: rgb(146,229,60); }
div.DivClassName
{
background-color: #92E53C;
}
.BgClassName
{
background-color: #92E53C;
}
</style>
border-color css
<style>
span { border-color: #92E53C; }
span { border-color: rgb(146,229,60); }
td.TdClassName
{
border-color: #92E53C;
}
.TagClassName
{
border-color: #92E53C;
}
</style>