Shades of Atlantis #92C441
Tints of Atlantis #92C441
RGB
CMYK
RGB Variations
Color information
#92C441 (or 0x92C441) is known color: Atlantis. HEX triplet: 92, C4 and 41. RGB value is (146,196,65). Sum of RGB (Red+Green+Blue) = 146+196+65=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #92C441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C441 is #6D3BBE. Grayscale: #A6A6A6. Windows color (decimal): -7158719 or 4310162. OLE color: 4310162.
HSL color Cylindrical-coordinate representation of color #92C441: hue angle of 82.9º 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 #92C441 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 65 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.23 |
| HSL | 82.9º | 0.53% | 0.51% | - |
| HSV(B) | 82.9º | 0.67% | 0.77% | - |
| XYZ | 32.55 | 45.97 | 12.16 | - |
| YUV | 166.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 65 | 0.26 | 0 | 0.67 | 0.23 | 82.9 | 0.53 | 0.51 |
| Hex | 92 | C4 | 41 | 1A | 0 | 43 | 17 | 53 | 35 | 33 |
| Octal | 222 | 304 | 101 | 32 | 0 | 103 | 27 | 123 | 65 | 63 |
| Binary | 10010010 | 11000100 | 1000001 | 11010 | 0 | 1000011 | 10111 | 1010011 | 110101 | 110011 |
Color Harmonies of #92C441
Complementary color
Monochromatic Colors of #92C441
Black with #92C441
Text Example
Text Example
White with #92C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C441; }
p { color: rgb(146,196,65); }
H1.HeaderClassName
{
color: #92C441;
}
.AnyTagClassName
{
color: #92C441;
}
</style>
background-color css
<style>
a { background-color: #92C441; }
a { background-color: rgb(146,196,65); }
div.DivClassName
{
background-color: #92C441;
}
.BgClassName
{
background-color: #92C441;
}
</style>
border-color css
<style>
span { border-color: #92C441; }
span { border-color: rgb(146,196,65); }
td.TdClassName
{
border-color: #92C441;
}
.TagClassName
{
border-color: #92C441;
}
</style>