Shades of Atlantis #92DC45
Tints of Atlantis #92DC45
RGB
CMYK
RGB Variations
Color information
#92DC45 (or 0x92DC45) is known color: Atlantis. HEX triplet: 92, DC and 45. RGB value is (146,220,69). Sum of RGB (Red+Green+Blue) = 146+220+69=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DC45 is #6D23BA. Grayscale: #B5B5B5. Windows color (decimal): -7152571 or 4578450. OLE color: 4578450.
HSL color Cylindrical-coordinate representation of color #92DC45: hue angle of 89.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92DC45 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 69 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.14 |
| HSL | 89.4º | 0.68% | 0.57% | - |
| HSV(B) | 89.4º | 0.69% | 0.86% | - |
| XYZ | 38.52 | 57.73 | 14.74 | - |
| YUV | 180.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 69 | 0.34 | 0 | 0.69 | 0.14 | 89.4 | 0.68 | 0.57 |
| Hex | 92 | DC | 45 | 22 | 0 | 45 | E | 59 | 44 | 39 |
| Octal | 222 | 334 | 105 | 42 | 0 | 105 | 16 | 131 | 104 | 71 |
| Binary | 10010010 | 11011100 | 1000101 | 100010 | 0 | 1000101 | 1110 | 1011001 | 1000100 | 111001 |
Color Harmonies of #92DC45
Complementary color
Monochromatic Colors of #92DC45
Black with #92DC45
Text Example
Text Example
White with #92DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC45; }
p { color: rgb(146,220,69); }
H1.HeaderClassName
{
color: #92DC45;
}
.AnyTagClassName
{
color: #92DC45;
}
</style>
background-color css
<style>
a { background-color: #92DC45; }
a { background-color: rgb(146,220,69); }
div.DivClassName
{
background-color: #92DC45;
}
.BgClassName
{
background-color: #92DC45;
}
</style>
border-color css
<style>
span { border-color: #92DC45; }
span { border-color: rgb(146,220,69); }
td.TdClassName
{
border-color: #92DC45;
}
.TagClassName
{
border-color: #92DC45;
}
</style>