Shades of Atlantis #92C940
Tints of Atlantis #92C940
RGB
CMYK
RGB Variations
Color information
#92C940 (or 0x92C940) is known color: Atlantis. HEX triplet: 92, C9 and 40. RGB value is (146,201,64). Sum of RGB (Red+Green+Blue) = 146+201+64=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #92C940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C940 is #6D36BF. Grayscale: #A9A9A9. Windows color (decimal): -7157440 or 4245906. OLE color: 4245906.
HSL color Cylindrical-coordinate representation of color #92C940: hue angle of 84.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92C940 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 64 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.21 |
| HSL | 84.09º | 0.56% | 0.52% | - |
| HSV(B) | 84.09º | 0.68% | 0.79% | - |
| XYZ | 33.67 | 48.25 | 12.39 | - |
| YUV | 168.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 64 | 0.27 | 0 | 0.68 | 0.21 | 84.09 | 0.56 | 0.52 |
| Hex | 92 | C9 | 40 | 1B | 0 | 44 | 15 | 54 | 38 | 34 |
| Octal | 222 | 311 | 100 | 33 | 0 | 104 | 25 | 124 | 70 | 64 |
| Binary | 10010010 | 11001001 | 1000000 | 11011 | 0 | 1000100 | 10101 | 1010100 | 111000 | 110100 |
Color Harmonies of #92C940
Complementary color
Monochromatic Colors of #92C940
Black with #92C940
Text Example
Text Example
White with #92C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C940; }
p { color: rgb(146,201,64); }
H1.HeaderClassName
{
color: #92C940;
}
.AnyTagClassName
{
color: #92C940;
}
</style>
background-color css
<style>
a { background-color: #92C940; }
a { background-color: rgb(146,201,64); }
div.DivClassName
{
background-color: #92C940;
}
.BgClassName
{
background-color: #92C940;
}
</style>
border-color css
<style>
span { border-color: #92C940; }
span { border-color: rgb(146,201,64); }
td.TdClassName
{
border-color: #92C940;
}
.TagClassName
{
border-color: #92C940;
}
</style>