Shades of Atlantis #92C34E
Tints of Atlantis #92C34E
RGB
CMYK
RGB Variations
Color information
#92C34E (or 0x92C34E) is known color: Atlantis. HEX triplet: 92, C3 and 4E. RGB value is (146,195,78). Sum of RGB (Red+Green+Blue) = 146+195+78=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #92C34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C34E is #6D3CB1. Grayscale: #A7A7A7. Windows color (decimal): -7158962 or 5161874. OLE color: 5161874.
HSL color Cylindrical-coordinate representation of color #92C34E: hue angle of 85.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92C34E is Cyan = 0.25, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 78 | - |
| CMYK | 0.25 | 0 | 0.6 | 0.24 |
| HSL | 85.13º | 0.49% | 0.54% | - |
| HSV(B) | 85.13º | 0.6% | 0.76% | - |
| XYZ | 32.74 | 45.69 | 14.3 | - |
| YUV | 167.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 78 | 0.25 | 0 | 0.6 | 0.24 | 85.13 | 0.49 | 0.54 |
| Hex | 92 | C3 | 4E | 19 | 0 | 3C | 18 | 55 | 31 | 36 |
| Octal | 222 | 303 | 116 | 31 | 0 | 74 | 30 | 125 | 61 | 66 |
| Binary | 10010010 | 11000011 | 1001110 | 11001 | 0 | 111100 | 11000 | 1010101 | 110001 | 110110 |
Color Harmonies of #92C34E
Complementary color
Monochromatic Colors of #92C34E
Black with #92C34E
Text Example
Text Example
White with #92C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C34E; }
p { color: rgb(146,195,78); }
H1.HeaderClassName
{
color: #92C34E;
}
.AnyTagClassName
{
color: #92C34E;
}
</style>
background-color css
<style>
a { background-color: #92C34E; }
a { background-color: rgb(146,195,78); }
div.DivClassName
{
background-color: #92C34E;
}
.BgClassName
{
background-color: #92C34E;
}
</style>
border-color css
<style>
span { border-color: #92C34E; }
span { border-color: rgb(146,195,78); }
td.TdClassName
{
border-color: #92C34E;
}
.TagClassName
{
border-color: #92C34E;
}
</style>