Shades of Atlantis #92D453
Tints of Atlantis #92D453
RGB
CMYK
RGB Variations
Color information
#92D453 (or 0x92D453) is known color: Atlantis. HEX triplet: 92, D4 and 53. RGB value is (146,212,83). Sum of RGB (Red+Green+Blue) = 146+212+83=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #92D453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D453 is #6D2BAC. Grayscale: #B2B2B2. Windows color (decimal): -7154605 or 5493906. OLE color: 5493906.
HSL color Cylindrical-coordinate representation of color #92D453: hue angle of 90.7º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92D453 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 83 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.17 |
| HSL | 90.7º | 0.6% | 0.58% | - |
| HSV(B) | 90.7º | 0.61% | 0.83% | - |
| XYZ | 36.96 | 53.82 | 16.62 | - |
| YUV | 177.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 83 | 0.31 | 0 | 0.61 | 0.17 | 90.7 | 0.6 | 0.58 |
| Hex | 92 | D4 | 53 | 1F | 0 | 3D | 11 | 5B | 3C | 3A |
| Octal | 222 | 324 | 123 | 37 | 0 | 75 | 21 | 133 | 74 | 72 |
| Binary | 10010010 | 11010100 | 1010011 | 11111 | 0 | 111101 | 10001 | 1011011 | 111100 | 111010 |
Color Harmonies of #92D453
Complementary color
Monochromatic Colors of #92D453
Black with #92D453
Text Example
Text Example
White with #92D453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D453; }
p { color: rgb(146,212,83); }
H1.HeaderClassName
{
color: #92D453;
}
.AnyTagClassName
{
color: #92D453;
}
</style>
background-color css
<style>
a { background-color: #92D453; }
a { background-color: rgb(146,212,83); }
div.DivClassName
{
background-color: #92D453;
}
.BgClassName
{
background-color: #92D453;
}
</style>
border-color css
<style>
span { border-color: #92D453; }
span { border-color: rgb(146,212,83); }
td.TdClassName
{
border-color: #92D453;
}
.TagClassName
{
border-color: #92D453;
}
</style>