Shades of Atlantis #92C34D
Tints of Atlantis #92C34D
RGB
CMYK
RGB Variations
Color information
#92C34D (or 0x92C34D) is known color: Atlantis. HEX triplet: 92, C3 and 4D. RGB value is (146,195,77). Sum of RGB (Red+Green+Blue) = 146+195+77=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #92C34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C34D is #6D3CB2. Grayscale: #A7A7A7. Windows color (decimal): -7158963 or 5096338. OLE color: 5096338.
HSL color Cylindrical-coordinate representation of color #92C34D: hue angle of 84.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92C34D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 77 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.24 |
| HSL | 84.92º | 0.5% | 0.53% | - |
| HSV(B) | 84.92º | 0.61% | 0.76% | - |
| XYZ | 32.71 | 45.68 | 14.11 | - |
| YUV | 166.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 77 | 0.25 | 0 | 0.61 | 0.24 | 84.92 | 0.5 | 0.53 |
| Hex | 92 | C3 | 4D | 19 | 0 | 3D | 18 | 55 | 32 | 35 |
| Octal | 222 | 303 | 115 | 31 | 0 | 75 | 30 | 125 | 62 | 65 |
| Binary | 10010010 | 11000011 | 1001101 | 11001 | 0 | 111101 | 11000 | 1010101 | 110010 | 110101 |
Color Harmonies of #92C34D
Complementary color
Monochromatic Colors of #92C34D
Black with #92C34D
Text Example
Text Example
White with #92C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C34D; }
p { color: rgb(146,195,77); }
H1.HeaderClassName
{
color: #92C34D;
}
.AnyTagClassName
{
color: #92C34D;
}
</style>
background-color css
<style>
a { background-color: #92C34D; }
a { background-color: rgb(146,195,77); }
div.DivClassName
{
background-color: #92C34D;
}
.BgClassName
{
background-color: #92C34D;
}
</style>
border-color css
<style>
span { border-color: #92C34D; }
span { border-color: rgb(146,195,77); }
td.TdClassName
{
border-color: #92C34D;
}
.TagClassName
{
border-color: #92C34D;
}
</style>