Shades of Atlantis #92C041
Tints of Atlantis #92C041
RGB
CMYK
RGB Variations
Color information
#92C041 (or 0x92C041) is known color: Atlantis. HEX triplet: 92, C0 and 41. RGB value is (146,192,65). Sum of RGB (Red+Green+Blue) = 146+192+65=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #92C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C041 is #6D3FBE. Grayscale: #A4A4A4. Windows color (decimal): -7159743 or 4309138. OLE color: 4309138.
HSL color Cylindrical-coordinate representation of color #92C041: hue angle of 81.73º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92C041 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 65 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.25 |
| HSL | 81.73º | 0.5% | 0.5% | - |
| HSV(B) | 81.73º | 0.66% | 0.75% | - |
| XYZ | 31.66 | 44.19 | 11.86 | - |
| YUV | 163.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 65 | 0.24 | 0 | 0.66 | 0.25 | 81.73 | 0.5 | 0.5 |
| Hex | 92 | C0 | 41 | 18 | 0 | 42 | 19 | 52 | 32 | 32 |
| Octal | 222 | 300 | 101 | 30 | 0 | 102 | 31 | 122 | 62 | 62 |
| Binary | 10010010 | 11000000 | 1000001 | 11000 | 0 | 1000010 | 11001 | 1010010 | 110010 | 110010 |
Color Harmonies of #92C041
Complementary color
Monochromatic Colors of #92C041
Black with #92C041
Text Example
Text Example
White with #92C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C041; }
p { color: rgb(146,192,65); }
H1.HeaderClassName
{
color: #92C041;
}
.AnyTagClassName
{
color: #92C041;
}
</style>
background-color css
<style>
a { background-color: #92C041; }
a { background-color: rgb(146,192,65); }
div.DivClassName
{
background-color: #92C041;
}
.BgClassName
{
background-color: #92C041;
}
</style>
border-color css
<style>
span { border-color: #92C041; }
span { border-color: rgb(146,192,65); }
td.TdClassName
{
border-color: #92C041;
}
.TagClassName
{
border-color: #92C041;
}
</style>