Shades of Atlantis #92C548
Tints of Atlantis #92C548
RGB
CMYK
RGB Variations
Color information
#92C548 (or 0x92C548) is known color: Atlantis. HEX triplet: 92, C5 and 48. RGB value is (146,197,72). Sum of RGB (Red+Green+Blue) = 146+197+72=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #92C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C548 is #6D3AB7. Grayscale: #A7A7A7. Windows color (decimal): -7158456 or 4769170. OLE color: 4769170.
HSL color Cylindrical-coordinate representation of color #92C548: hue angle of 84.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92C548 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 72 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.23 |
| HSL | 84.48º | 0.52% | 0.53% | - |
| HSV(B) | 84.48º | 0.63% | 0.77% | - |
| XYZ | 32.99 | 46.51 | 13.37 | - |
| YUV | 167.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 72 | 0.26 | 0 | 0.63 | 0.23 | 84.48 | 0.52 | 0.53 |
| Hex | 92 | C5 | 48 | 1A | 0 | 3F | 17 | 54 | 34 | 35 |
| Octal | 222 | 305 | 110 | 32 | 0 | 77 | 27 | 124 | 64 | 65 |
| Binary | 10010010 | 11000101 | 1001000 | 11010 | 0 | 111111 | 10111 | 1010100 | 110100 | 110101 |
Color Harmonies of #92C548
Complementary color
Monochromatic Colors of #92C548
Black with #92C548
Text Example
Text Example
White with #92C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C548; }
p { color: rgb(146,197,72); }
H1.HeaderClassName
{
color: #92C548;
}
.AnyTagClassName
{
color: #92C548;
}
</style>
background-color css
<style>
a { background-color: #92C548; }
a { background-color: rgb(146,197,72); }
div.DivClassName
{
background-color: #92C548;
}
.BgClassName
{
background-color: #92C548;
}
</style>
border-color css
<style>
span { border-color: #92C548; }
span { border-color: rgb(146,197,72); }
td.TdClassName
{
border-color: #92C548;
}
.TagClassName
{
border-color: #92C548;
}
</style>