Shades of Atlantis #92C541
Tints of Atlantis #92C541
RGB
CMYK
RGB Variations
Color information
#92C541 (or 0x92C541) is known color: Atlantis. HEX triplet: 92, C5 and 41. RGB value is (146,197,65). Sum of RGB (Red+Green+Blue) = 146+197+65=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #92C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C541 is #6D3ABE. Grayscale: #A7A7A7. Windows color (decimal): -7158463 or 4310418. OLE color: 4310418.
HSL color Cylindrical-coordinate representation of color #92C541: hue angle of 83.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92C541 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 65 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.23 |
| HSL | 83.18º | 0.53% | 0.51% | - |
| HSV(B) | 83.18º | 0.67% | 0.77% | - |
| XYZ | 32.77 | 46.43 | 12.23 | - |
| YUV | 166.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 65 | 0.26 | 0 | 0.67 | 0.23 | 83.18 | 0.53 | 0.51 |
| Hex | 92 | C5 | 41 | 1A | 0 | 43 | 17 | 53 | 35 | 33 |
| Octal | 222 | 305 | 101 | 32 | 0 | 103 | 27 | 123 | 65 | 63 |
| Binary | 10010010 | 11000101 | 1000001 | 11010 | 0 | 1000011 | 10111 | 1010011 | 110101 | 110011 |
Color Harmonies of #92C541
Complementary color
Monochromatic Colors of #92C541
Black with #92C541
Text Example
Text Example
White with #92C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C541; }
p { color: rgb(146,197,65); }
H1.HeaderClassName
{
color: #92C541;
}
.AnyTagClassName
{
color: #92C541;
}
</style>
background-color css
<style>
a { background-color: #92C541; }
a { background-color: rgb(146,197,65); }
div.DivClassName
{
background-color: #92C541;
}
.BgClassName
{
background-color: #92C541;
}
</style>
border-color css
<style>
span { border-color: #92C541; }
span { border-color: rgb(146,197,65); }
td.TdClassName
{
border-color: #92C541;
}
.TagClassName
{
border-color: #92C541;
}
</style>