Shades of Atlantis #92D040
Tints of Atlantis #92D040
RGB
CMYK
RGB Variations
Color information
#92D040 (or 0x92D040) is known color: Atlantis. HEX triplet: 92, D0 and 40. RGB value is (146,208,64). Sum of RGB (Red+Green+Blue) = 146+208+64=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #92D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D040 is #6D2FBF. Grayscale: #ADADAD. Windows color (decimal): -7155648 or 4247698. OLE color: 4247698.
HSL color Cylindrical-coordinate representation of color #92D040: hue angle of 85.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92D040 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 64 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.18 |
| HSL | 85.83º | 0.61% | 0.53% | - |
| HSV(B) | 85.83º | 0.69% | 0.82% | - |
| XYZ | 35.34 | 51.59 | 12.95 | - |
| YUV | 173.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 64 | 0.30 | 0 | 0.69 | 0.18 | 85.83 | 0.61 | 0.53 |
| Hex | 92 | D0 | 40 | 1E | 0 | 45 | 12 | 56 | 3D | 35 |
| Octal | 222 | 320 | 100 | 36 | 0 | 105 | 22 | 126 | 75 | 65 |
| Binary | 10010010 | 11010000 | 1000000 | 11110 | 0 | 1000101 | 10010 | 1010110 | 111101 | 110101 |
Color Harmonies of #92D040
Complementary color
Monochromatic Colors of #92D040
Black with #92D040
Text Example
Text Example
White with #92D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D040; }
p { color: rgb(146,208,64); }
H1.HeaderClassName
{
color: #92D040;
}
.AnyTagClassName
{
color: #92D040;
}
</style>
background-color css
<style>
a { background-color: #92D040; }
a { background-color: rgb(146,208,64); }
div.DivClassName
{
background-color: #92D040;
}
.BgClassName
{
background-color: #92D040;
}
</style>
border-color css
<style>
span { border-color: #92D040; }
span { border-color: rgb(146,208,64); }
td.TdClassName
{
border-color: #92D040;
}
.TagClassName
{
border-color: #92D040;
}
</style>