Shades of Atlantis #92CA52
Tints of Atlantis #92CA52
RGB
CMYK
RGB Variations
Color information
#92CA52 (or 0x92CA52) is known color: Atlantis. HEX triplet: 92, CA and 52. RGB value is (146,202,82). Sum of RGB (Red+Green+Blue) = 146+202+82=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA52 is #6D35AD. Grayscale: #ACACAC. Windows color (decimal): -7157166 or 5425810. OLE color: 5425810.
HSL color Cylindrical-coordinate representation of color #92CA52: hue angle of 88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92CA52 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 82 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.21 |
| HSL | 88º | 0.53% | 0.56% | - |
| HSV(B) | 88º | 0.59% | 0.79% | - |
| XYZ | 34.5 | 48.96 | 15.61 | - |
| YUV | 171.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 82 | 0.28 | 0 | 0.59 | 0.21 | 88 | 0.53 | 0.56 |
| Hex | 92 | CA | 52 | 1C | 0 | 3B | 15 | 58 | 35 | 38 |
| Octal | 222 | 312 | 122 | 34 | 0 | 73 | 25 | 130 | 65 | 70 |
| Binary | 10010010 | 11001010 | 1010010 | 11100 | 0 | 111011 | 10101 | 1011000 | 110101 | 111000 |
Color Harmonies of #92CA52
Complementary color
Monochromatic Colors of #92CA52
Black with #92CA52
Text Example
Text Example
White with #92CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA52; }
p { color: rgb(146,202,82); }
H1.HeaderClassName
{
color: #92CA52;
}
.AnyTagClassName
{
color: #92CA52;
}
</style>
background-color css
<style>
a { background-color: #92CA52; }
a { background-color: rgb(146,202,82); }
div.DivClassName
{
background-color: #92CA52;
}
.BgClassName
{
background-color: #92CA52;
}
</style>
border-color css
<style>
span { border-color: #92CA52; }
span { border-color: rgb(146,202,82); }
td.TdClassName
{
border-color: #92CA52;
}
.TagClassName
{
border-color: #92CA52;
}
</style>