Shades of Atlantis #92C547
Tints of Atlantis #92C547
RGB
CMYK
RGB Variations
Color information
#92C547 (or 0x92C547) is known color: Atlantis. HEX triplet: 92, C5 and 47. RGB value is (146,197,71). Sum of RGB (Red+Green+Blue) = 146+197+71=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #92C547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C547 is #6D3AB8. Grayscale: #A7A7A7. Windows color (decimal): -7158457 or 4703634. OLE color: 4703634.
HSL color Cylindrical-coordinate representation of color #92C547: hue angle of 84.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92C547 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 71 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.23 |
| HSL | 84.29º | 0.52% | 0.53% | - |
| HSV(B) | 84.29º | 0.64% | 0.77% | - |
| XYZ | 32.96 | 46.5 | 13.2 | - |
| YUV | 167.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 71 | 0.26 | 0 | 0.64 | 0.23 | 84.29 | 0.52 | 0.53 |
| Hex | 92 | C5 | 47 | 1A | 0 | 40 | 17 | 54 | 34 | 35 |
| Octal | 222 | 305 | 107 | 32 | 0 | 100 | 27 | 124 | 64 | 65 |
| Binary | 10010010 | 11000101 | 1000111 | 11010 | 0 | 1000000 | 10111 | 1010100 | 110100 | 110101 |
Color Harmonies of #92C547
Complementary color
Monochromatic Colors of #92C547
Black with #92C547
Text Example
Text Example
White with #92C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C547; }
p { color: rgb(146,197,71); }
H1.HeaderClassName
{
color: #92C547;
}
.AnyTagClassName
{
color: #92C547;
}
</style>
background-color css
<style>
a { background-color: #92C547; }
a { background-color: rgb(146,197,71); }
div.DivClassName
{
background-color: #92C547;
}
.BgClassName
{
background-color: #92C547;
}
</style>
border-color css
<style>
span { border-color: #92C547; }
span { border-color: rgb(146,197,71); }
td.TdClassName
{
border-color: #92C547;
}
.TagClassName
{
border-color: #92C547;
}
</style>