Shades of Atlantis #92C542
Tints of Atlantis #92C542
RGB
CMYK
RGB Variations
Color information
#92C542 (or 0x92C542) is known color: Atlantis. HEX triplet: 92, C5 and 42. RGB value is (146,197,66). Sum of RGB (Red+Green+Blue) = 146+197+66=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #92C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C542 is #6D3ABD. Grayscale: #A7A7A7. Windows color (decimal): -7158462 or 4375954. OLE color: 4375954.
HSL color Cylindrical-coordinate representation of color #92C542: hue angle of 83.36º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92C542 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 66 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.23 |
| HSL | 83.36º | 0.53% | 0.52% | - |
| HSV(B) | 83.36º | 0.66% | 0.77% | - |
| XYZ | 32.8 | 46.44 | 12.39 | - |
| YUV | 166.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 66 | 0.26 | 0 | 0.66 | 0.23 | 83.36 | 0.53 | 0.52 |
| Hex | 92 | C5 | 42 | 1A | 0 | 42 | 17 | 53 | 35 | 34 |
| Octal | 222 | 305 | 102 | 32 | 0 | 102 | 27 | 123 | 65 | 64 |
| Binary | 10010010 | 11000101 | 1000010 | 11010 | 0 | 1000010 | 10111 | 1010011 | 110101 | 110100 |
Color Harmonies of #92C542
Complementary color
Monochromatic Colors of #92C542
Black with #92C542
Text Example
Text Example
White with #92C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C542; }
p { color: rgb(146,197,66); }
H1.HeaderClassName
{
color: #92C542;
}
.AnyTagClassName
{
color: #92C542;
}
</style>
background-color css
<style>
a { background-color: #92C542; }
a { background-color: rgb(146,197,66); }
div.DivClassName
{
background-color: #92C542;
}
.BgClassName
{
background-color: #92C542;
}
</style>
border-color css
<style>
span { border-color: #92C542; }
span { border-color: rgb(146,197,66); }
td.TdClassName
{
border-color: #92C542;
}
.TagClassName
{
border-color: #92C542;
}
</style>