Shades of Atlantis #92C543
Tints of Atlantis #92C543
RGB
CMYK
RGB Variations
Color information
#92C543 (or 0x92C543) is known color: Atlantis. HEX triplet: 92, C5 and 43. RGB value is (146,197,67). Sum of RGB (Red+Green+Blue) = 146+197+67=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #92C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C543 is #6D3ABC. Grayscale: #A7A7A7. Windows color (decimal): -7158461 or 4441490. OLE color: 4441490.
HSL color Cylindrical-coordinate representation of color #92C543: hue angle of 83.54º 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 #92C543 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 67 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.23 |
| HSL | 83.54º | 0.53% | 0.52% | - |
| HSV(B) | 83.54º | 0.66% | 0.77% | - |
| XYZ | 32.83 | 46.45 | 12.55 | - |
| YUV | 166.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 67 | 0.26 | 0 | 0.66 | 0.23 | 83.54 | 0.53 | 0.52 |
| Hex | 92 | C5 | 43 | 1A | 0 | 42 | 17 | 54 | 35 | 34 |
| Octal | 222 | 305 | 103 | 32 | 0 | 102 | 27 | 124 | 65 | 64 |
| Binary | 10010010 | 11000101 | 1000011 | 11010 | 0 | 1000010 | 10111 | 1010100 | 110101 | 110100 |
Color Harmonies of #92C543
Complementary color
Monochromatic Colors of #92C543
Black with #92C543
Text Example
Text Example
White with #92C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C543; }
p { color: rgb(146,197,67); }
H1.HeaderClassName
{
color: #92C543;
}
.AnyTagClassName
{
color: #92C543;
}
</style>
background-color css
<style>
a { background-color: #92C543; }
a { background-color: rgb(146,197,67); }
div.DivClassName
{
background-color: #92C543;
}
.BgClassName
{
background-color: #92C543;
}
</style>
border-color css
<style>
span { border-color: #92C543; }
span { border-color: rgb(146,197,67); }
td.TdClassName
{
border-color: #92C543;
}
.TagClassName
{
border-color: #92C543;
}
</style>