Shades of Atlantis #92C449
Tints of Atlantis #92C449
RGB
CMYK
RGB Variations
Color information
#92C449 (or 0x92C449) is known color: Atlantis. HEX triplet: 92, C4 and 49. RGB value is (146,196,73). Sum of RGB (Red+Green+Blue) = 146+196+73=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #92C449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C449 is #6D3BB6. Grayscale: #A7A7A7. Windows color (decimal): -7158711 or 4834450. OLE color: 4834450.
HSL color Cylindrical-coordinate representation of color #92C449: hue angle of 84.39º degrees, saturation: 0.51, 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 #92C449 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 73 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.23 |
| HSL | 84.39º | 0.51% | 0.53% | - |
| HSV(B) | 84.39º | 0.63% | 0.77% | - |
| XYZ | 32.8 | 46.07 | 13.47 | - |
| YUV | 167.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 73 | 0.26 | 0 | 0.63 | 0.23 | 84.39 | 0.51 | 0.53 |
| Hex | 92 | C4 | 49 | 1A | 0 | 3F | 17 | 54 | 33 | 35 |
| Octal | 222 | 304 | 111 | 32 | 0 | 77 | 27 | 124 | 63 | 65 |
| Binary | 10010010 | 11000100 | 1001001 | 11010 | 0 | 111111 | 10111 | 1010100 | 110011 | 110101 |
Color Harmonies of #92C449
Complementary color
Monochromatic Colors of #92C449
Black with #92C449
Text Example
Text Example
White with #92C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C449; }
p { color: rgb(146,196,73); }
H1.HeaderClassName
{
color: #92C449;
}
.AnyTagClassName
{
color: #92C449;
}
</style>
background-color css
<style>
a { background-color: #92C449; }
a { background-color: rgb(146,196,73); }
div.DivClassName
{
background-color: #92C449;
}
.BgClassName
{
background-color: #92C449;
}
</style>
border-color css
<style>
span { border-color: #92C449; }
span { border-color: rgb(146,196,73); }
td.TdClassName
{
border-color: #92C449;
}
.TagClassName
{
border-color: #92C449;
}
</style>