Shades of Atlantis #92D546
Tints of Atlantis #92D546
RGB
CMYK
RGB Variations
Color information
#92D546 (or 0x92D546) is known color: Atlantis. HEX triplet: 92, D5 and 46. RGB value is (146,213,70). Sum of RGB (Red+Green+Blue) = 146+213+70=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #92D546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D546 is #6D2AB9. Grayscale: #B1B1B1. Windows color (decimal): -7154362 or 4642194. OLE color: 4642194.
HSL color Cylindrical-coordinate representation of color #92D546: hue angle of 88.11º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92D546 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 70 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.16 |
| HSL | 88.11º | 0.63% | 0.55% | - |
| HSV(B) | 88.11º | 0.67% | 0.84% | - |
| XYZ | 36.75 | 54.14 | 14.31 | - |
| YUV | 176.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 70 | 0.31 | 0 | 0.67 | 0.16 | 88.11 | 0.63 | 0.55 |
| Hex | 92 | D5 | 46 | 1F | 0 | 43 | 10 | 58 | 3F | 37 |
| Octal | 222 | 325 | 106 | 37 | 0 | 103 | 20 | 130 | 77 | 67 |
| Binary | 10010010 | 11010101 | 1000110 | 11111 | 0 | 1000011 | 10000 | 1011000 | 111111 | 110111 |
Color Harmonies of #92D546
Complementary color
Monochromatic Colors of #92D546
Black with #92D546
Text Example
Text Example
White with #92D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D546; }
p { color: rgb(146,213,70); }
H1.HeaderClassName
{
color: #92D546;
}
.AnyTagClassName
{
color: #92D546;
}
</style>
background-color css
<style>
a { background-color: #92D546; }
a { background-color: rgb(146,213,70); }
div.DivClassName
{
background-color: #92D546;
}
.BgClassName
{
background-color: #92D546;
}
</style>
border-color css
<style>
span { border-color: #92D546; }
span { border-color: rgb(146,213,70); }
td.TdClassName
{
border-color: #92D546;
}
.TagClassName
{
border-color: #92D546;
}
</style>