Shades of Atlantis #92C644
Tints of Atlantis #92C644
RGB
CMYK
RGB Variations
Color information
#92C644 (or 0x92C644) is known color: Atlantis. HEX triplet: 92, C6 and 44. RGB value is (146,198,68). Sum of RGB (Red+Green+Blue) = 146+198+68=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #92C644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C644 is #6D39BB. Grayscale: #A8A8A8. Windows color (decimal): -7158204 or 4507282. OLE color: 4507282.
HSL color Cylindrical-coordinate representation of color #92C644: hue angle of 84º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92C644 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 68 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.22 |
| HSL | 84º | 0.53% | 0.52% | - |
| HSV(B) | 84º | 0.66% | 0.78% | - |
| XYZ | 33.09 | 46.92 | 12.78 | - |
| YUV | 167.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 68 | 0.26 | 0 | 0.66 | 0.22 | 84 | 0.53 | 0.52 |
| Hex | 92 | C6 | 44 | 1A | 0 | 42 | 16 | 54 | 35 | 34 |
| Octal | 222 | 306 | 104 | 32 | 0 | 102 | 26 | 124 | 65 | 64 |
| Binary | 10010010 | 11000110 | 1000100 | 11010 | 0 | 1000010 | 10110 | 1010100 | 110101 | 110100 |
Color Harmonies of #92C644
Complementary color
Monochromatic Colors of #92C644
Black with #92C644
Text Example
Text Example
White with #92C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C644; }
p { color: rgb(146,198,68); }
H1.HeaderClassName
{
color: #92C644;
}
.AnyTagClassName
{
color: #92C644;
}
</style>
background-color css
<style>
a { background-color: #92C644; }
a { background-color: rgb(146,198,68); }
div.DivClassName
{
background-color: #92C644;
}
.BgClassName
{
background-color: #92C644;
}
</style>
border-color css
<style>
span { border-color: #92C644; }
span { border-color: rgb(146,198,68); }
td.TdClassName
{
border-color: #92C644;
}
.TagClassName
{
border-color: #92C644;
}
</style>