Shades of Atlantis #92D441
Tints of Atlantis #92D441
RGB
CMYK
RGB Variations
Color information
#92D441 (or 0x92D441) is known color: Atlantis. HEX triplet: 92, D4 and 41. RGB value is (146,212,65). Sum of RGB (Red+Green+Blue) = 146+212+65=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #92D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D441 is #6D2BBE. Grayscale: #B0B0B0. Windows color (decimal): -7154623 or 4314258. OLE color: 4314258.
HSL color Cylindrical-coordinate representation of color #92D441: hue angle of 86.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92D441 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 65 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.17 |
| HSL | 86.94º | 0.63% | 0.54% | - |
| HSV(B) | 86.94º | 0.69% | 0.83% | - |
| XYZ | 36.35 | 53.58 | 13.43 | - |
| YUV | 175.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 65 | 0.31 | 0 | 0.69 | 0.17 | 86.94 | 0.63 | 0.54 |
| Hex | 92 | D4 | 41 | 1F | 0 | 45 | 11 | 57 | 3F | 36 |
| Octal | 222 | 324 | 101 | 37 | 0 | 105 | 21 | 127 | 77 | 66 |
| Binary | 10010010 | 11010100 | 1000001 | 11111 | 0 | 1000101 | 10001 | 1010111 | 111111 | 110110 |
Color Harmonies of #92D441
Complementary color
Monochromatic Colors of #92D441
Black with #92D441
Text Example
Text Example
White with #92D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D441; }
p { color: rgb(146,212,65); }
H1.HeaderClassName
{
color: #92D441;
}
.AnyTagClassName
{
color: #92D441;
}
</style>
background-color css
<style>
a { background-color: #92D441; }
a { background-color: rgb(146,212,65); }
div.DivClassName
{
background-color: #92D441;
}
.BgClassName
{
background-color: #92D441;
}
</style>
border-color css
<style>
span { border-color: #92D441; }
span { border-color: rgb(146,212,65); }
td.TdClassName
{
border-color: #92D441;
}
.TagClassName
{
border-color: #92D441;
}
</style>