Shades of Atlantis #92C747
Tints of Atlantis #92C747
RGB
CMYK
RGB Variations
Color information
#92C747 (or 0x92C747) is known color: Atlantis. HEX triplet: 92, C7 and 47. RGB value is (146,199,71). Sum of RGB (Red+Green+Blue) = 146+199+71=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #92C747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C747 is #6D38B8. Grayscale: #A9A9A9. Windows color (decimal): -7157945 or 4704146. OLE color: 4704146.
HSL color Cylindrical-coordinate representation of color #92C747: hue angle of 84.84º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92C747 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 71 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.22 |
| HSL | 84.84º | 0.53% | 0.53% | - |
| HSV(B) | 84.84º | 0.64% | 0.78% | - |
| XYZ | 33.41 | 47.41 | 13.35 | - |
| YUV | 168.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 71 | 0.27 | 0 | 0.64 | 0.22 | 84.84 | 0.53 | 0.53 |
| Hex | 92 | C7 | 47 | 1B | 0 | 40 | 16 | 55 | 35 | 35 |
| Octal | 222 | 307 | 107 | 33 | 0 | 100 | 26 | 125 | 65 | 65 |
| Binary | 10010010 | 11000111 | 1000111 | 11011 | 0 | 1000000 | 10110 | 1010101 | 110101 | 110101 |
Color Harmonies of #92C747
Complementary color
Monochromatic Colors of #92C747
Black with #92C747
Text Example
Text Example
White with #92C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C747; }
p { color: rgb(146,199,71); }
H1.HeaderClassName
{
color: #92C747;
}
.AnyTagClassName
{
color: #92C747;
}
</style>
background-color css
<style>
a { background-color: #92C747; }
a { background-color: rgb(146,199,71); }
div.DivClassName
{
background-color: #92C747;
}
.BgClassName
{
background-color: #92C747;
}
</style>
border-color css
<style>
span { border-color: #92C747; }
span { border-color: rgb(146,199,71); }
td.TdClassName
{
border-color: #92C747;
}
.TagClassName
{
border-color: #92C747;
}
</style>