Shades of Atlantis #92C440
Tints of Atlantis #92C440
RGB
CMYK
RGB Variations
Color information
#92C440 (or 0x92C440) is known color: Atlantis. HEX triplet: 92, C4 and 40. RGB value is (146,196,64). Sum of RGB (Red+Green+Blue) = 146+196+64=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #92C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C440 is #6D3BBF. Grayscale: #A6A6A6. Windows color (decimal): -7158720 or 4244626. OLE color: 4244626.
HSL color Cylindrical-coordinate representation of color #92C440: hue angle of 82.73º 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 #92C440 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 64 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.23 |
| HSL | 82.73º | 0.53% | 0.51% | - |
| HSV(B) | 82.73º | 0.67% | 0.77% | - |
| XYZ | 32.52 | 45.96 | 12.01 | - |
| YUV | 166 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 64 | 0.26 | 0 | 0.67 | 0.23 | 82.73 | 0.53 | 0.51 |
| Hex | 92 | C4 | 40 | 1A | 0 | 43 | 17 | 53 | 35 | 33 |
| Octal | 222 | 304 | 100 | 32 | 0 | 103 | 27 | 123 | 65 | 63 |
| Binary | 10010010 | 11000100 | 1000000 | 11010 | 0 | 1000011 | 10111 | 1010011 | 110101 | 110011 |
Color Harmonies of #92C440
Complementary color
Monochromatic Colors of #92C440
Black with #92C440
Text Example
Text Example
White with #92C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C440; }
p { color: rgb(146,196,64); }
H1.HeaderClassName
{
color: #92C440;
}
.AnyTagClassName
{
color: #92C440;
}
</style>
background-color css
<style>
a { background-color: #92C440; }
a { background-color: rgb(146,196,64); }
div.DivClassName
{
background-color: #92C440;
}
.BgClassName
{
background-color: #92C440;
}
</style>
border-color css
<style>
span { border-color: #92C440; }
span { border-color: rgb(146,196,64); }
td.TdClassName
{
border-color: #92C440;
}
.TagClassName
{
border-color: #92C440;
}
</style>