Shades of Atlantis #92C250
Tints of Atlantis #92C250
RGB
CMYK
RGB Variations
Color information
#92C250 (or 0x92C250) is known color: Atlantis. HEX triplet: 92, C2 and 50. RGB value is (146,194,80). Sum of RGB (Red+Green+Blue) = 146+194+80=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #92C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C250 is #6D3DAF. Grayscale: #A7A7A7. Windows color (decimal): -7159216 or 5292690. OLE color: 5292690.
HSL color Cylindrical-coordinate representation of color #92C250: hue angle of 85.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92C250 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 80 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.24 |
| HSL | 85.26º | 0.48% | 0.54% | - |
| HSV(B) | 85.26º | 0.59% | 0.76% | - |
| XYZ | 32.59 | 45.27 | 14.61 | - |
| YUV | 166.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 80 | 0.25 | 0 | 0.59 | 0.24 | 85.26 | 0.48 | 0.54 |
| Hex | 92 | C2 | 50 | 19 | 0 | 3B | 18 | 55 | 30 | 36 |
| Octal | 222 | 302 | 120 | 31 | 0 | 73 | 30 | 125 | 60 | 66 |
| Binary | 10010010 | 11000010 | 1010000 | 11001 | 0 | 111011 | 11000 | 1010101 | 110000 | 110110 |
Color Harmonies of #92C250
Complementary color
Monochromatic Colors of #92C250
Black with #92C250
Text Example
Text Example
White with #92C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C250; }
p { color: rgb(146,194,80); }
H1.HeaderClassName
{
color: #92C250;
}
.AnyTagClassName
{
color: #92C250;
}
</style>
background-color css
<style>
a { background-color: #92C250; }
a { background-color: rgb(146,194,80); }
div.DivClassName
{
background-color: #92C250;
}
.BgClassName
{
background-color: #92C250;
}
</style>
border-color css
<style>
span { border-color: #92C250; }
span { border-color: rgb(146,194,80); }
td.TdClassName
{
border-color: #92C250;
}
.TagClassName
{
border-color: #92C250;
}
</style>