Shades of Atlantis #92CE3A
Tints of Atlantis #92CE3A
RGB
CMYK
RGB Variations
Color information
#92CE3A (or 0x92CE3A) is known color: Atlantis. HEX triplet: 92, CE and 3A. RGB value is (146,206,58). Sum of RGB (Red+Green+Blue) = 146+206+58=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CE3A is #6D31C5. Grayscale: #ABABAB. Windows color (decimal): -7156166 or 3853970. OLE color: 3853970.
HSL color Cylindrical-coordinate representation of color #92CE3A: hue angle of 84.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92CE3A is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 58 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.19 |
| HSL | 84.32º | 0.6% | 0.52% | - |
| HSV(B) | 84.32º | 0.72% | 0.81% | - |
| XYZ | 34.69 | 50.56 | 11.93 | - |
| YUV | 171.19 | 64.12 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 58 | 0.29 | 0 | 0.72 | 0.19 | 84.32 | 0.6 | 0.52 |
| Hex | 92 | CE | 3A | 1D | 0 | 48 | 13 | 54 | 3C | 34 |
| Octal | 222 | 316 | 72 | 35 | 0 | 110 | 23 | 124 | 74 | 64 |
| Binary | 10010010 | 11001110 | 111010 | 11101 | 0 | 1001000 | 10011 | 1010100 | 111100 | 110100 |
Color Harmonies of #92CE3A
Complementary color
Monochromatic Colors of #92CE3A
Black with #92CE3A
Text Example
Text Example
White with #92CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE3A; }
p { color: rgb(146,206,58); }
H1.HeaderClassName
{
color: #92CE3A;
}
.AnyTagClassName
{
color: #92CE3A;
}
</style>
background-color css
<style>
a { background-color: #92CE3A; }
a { background-color: rgb(146,206,58); }
div.DivClassName
{
background-color: #92CE3A;
}
.BgClassName
{
background-color: #92CE3A;
}
</style>
border-color css
<style>
span { border-color: #92CE3A; }
span { border-color: rgb(146,206,58); }
td.TdClassName
{
border-color: #92CE3A;
}
.TagClassName
{
border-color: #92CE3A;
}
</style>