Shades of Atlantis #92D950
Tints of Atlantis #92D950
RGB
CMYK
RGB Variations
Color information
#92D950 (or 0x92D950) is known color: Atlantis. HEX triplet: 92, D9 and 50. RGB value is (146,217,80). Sum of RGB (Red+Green+Blue) = 146+217+80=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #92D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D950 is #6D26AF. Grayscale: #B4B4B4. Windows color (decimal): -7153328 or 5298578. OLE color: 5298578.
HSL color Cylindrical-coordinate representation of color #92D950: hue angle of 91.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92D950 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 217 | 80 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.15 |
| HSL | 91.09º | 0.64% | 0.58% | - |
| HSV(B) | 91.09º | 0.63% | 0.85% | - |
| XYZ | 38.11 | 56.32 | 16.45 | - |
| YUV | 180.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 80 | 0.33 | 0 | 0.63 | 0.15 | 91.09 | 0.64 | 0.58 |
| Hex | 92 | D9 | 50 | 21 | 0 | 3F | F | 5B | 40 | 3A |
| Octal | 222 | 331 | 120 | 41 | 0 | 77 | 17 | 133 | 100 | 72 |
| Binary | 10010010 | 11011001 | 1010000 | 100001 | 0 | 111111 | 1111 | 1011011 | 1000000 | 111010 |
Color Harmonies of #92D950
Complementary color
Monochromatic Colors of #92D950
Black with #92D950
Text Example
Text Example
White with #92D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D950; }
p { color: rgb(146,217,80); }
H1.HeaderClassName
{
color: #92D950;
}
.AnyTagClassName
{
color: #92D950;
}
</style>
background-color css
<style>
a { background-color: #92D950; }
a { background-color: rgb(146,217,80); }
div.DivClassName
{
background-color: #92D950;
}
.BgClassName
{
background-color: #92D950;
}
</style>
border-color css
<style>
span { border-color: #92D950; }
span { border-color: rgb(146,217,80); }
td.TdClassName
{
border-color: #92D950;
}
.TagClassName
{
border-color: #92D950;
}
</style>