Shades of Atlantis #92CA50
Tints of Atlantis #92CA50
RGB
CMYK
RGB Variations
Color information
#92CA50 (or 0x92CA50) is known color: Atlantis. HEX triplet: 92, CA and 50. RGB value is (146,202,80). Sum of RGB (Red+Green+Blue) = 146+202+80=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA50 is #6D35AF. Grayscale: #ABABAB. Windows color (decimal): -7157168 or 5294738. OLE color: 5294738.
HSL color Cylindrical-coordinate representation of color #92CA50: hue angle of 87.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92CA50 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 80 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.21 |
| HSL | 87.54º | 0.54% | 0.55% | - |
| HSV(B) | 87.54º | 0.6% | 0.79% | - |
| XYZ | 34.42 | 48.93 | 15.22 | - |
| YUV | 171.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 80 | 0.28 | 0 | 0.60 | 0.21 | 87.54 | 0.54 | 0.55 |
| Hex | 92 | CA | 50 | 1C | 0 | 3C | 15 | 58 | 36 | 37 |
| Octal | 222 | 312 | 120 | 34 | 0 | 74 | 25 | 130 | 66 | 67 |
| Binary | 10010010 | 11001010 | 1010000 | 11100 | 0 | 111100 | 10101 | 1011000 | 110110 | 110111 |
Color Harmonies of #92CA50
Complementary color
Monochromatic Colors of #92CA50
Black with #92CA50
Text Example
Text Example
White with #92CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA50; }
p { color: rgb(146,202,80); }
H1.HeaderClassName
{
color: #92CA50;
}
.AnyTagClassName
{
color: #92CA50;
}
</style>
background-color css
<style>
a { background-color: #92CA50; }
a { background-color: rgb(146,202,80); }
div.DivClassName
{
background-color: #92CA50;
}
.BgClassName
{
background-color: #92CA50;
}
</style>
border-color css
<style>
span { border-color: #92CA50; }
span { border-color: rgb(146,202,80); }
td.TdClassName
{
border-color: #92CA50;
}
.TagClassName
{
border-color: #92CA50;
}
</style>