Shades of Atlantis #92D840
Tints of Atlantis #92D840
RGB
CMYK
RGB Variations
Color information
#92D840 (or 0x92D840) is known color: Atlantis. HEX triplet: 92, D8 and 40. RGB value is (146,216,64). Sum of RGB (Red+Green+Blue) = 146+216+64=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #92D840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D840 is #6D27BF. Grayscale: #B2B2B2. Windows color (decimal): -7153600 or 4249746. OLE color: 4249746.
HSL color Cylindrical-coordinate representation of color #92D840: hue angle of 87.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92D840 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 64 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.15 |
| HSL | 87.63º | 0.66% | 0.55% | - |
| HSV(B) | 87.63º | 0.7% | 0.85% | - |
| XYZ | 37.34 | 55.59 | 13.61 | - |
| YUV | 177.74 | 63.81 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 64 | 0.32 | 0 | 0.70 | 0.15 | 87.63 | 0.66 | 0.55 |
| Hex | 92 | D8 | 40 | 20 | 0 | 46 | F | 58 | 42 | 37 |
| Octal | 222 | 330 | 100 | 40 | 0 | 106 | 17 | 130 | 102 | 67 |
| Binary | 10010010 | 11011000 | 1000000 | 100000 | 0 | 1000110 | 1111 | 1011000 | 1000010 | 110111 |
Color Harmonies of #92D840
Complementary color
Monochromatic Colors of #92D840
Black with #92D840
Text Example
Text Example
White with #92D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D840; }
p { color: rgb(146,216,64); }
H1.HeaderClassName
{
color: #92D840;
}
.AnyTagClassName
{
color: #92D840;
}
</style>
background-color css
<style>
a { background-color: #92D840; }
a { background-color: rgb(146,216,64); }
div.DivClassName
{
background-color: #92D840;
}
.BgClassName
{
background-color: #92D840;
}
</style>
border-color css
<style>
span { border-color: #92D840; }
span { border-color: rgb(146,216,64); }
td.TdClassName
{
border-color: #92D840;
}
.TagClassName
{
border-color: #92D840;
}
</style>