Shades of Atlantis #92CC4D
Tints of Atlantis #92CC4D
RGB
CMYK
RGB Variations
Color information
#92CC4D (or 0x92CC4D) is known color: Atlantis. HEX triplet: 92, CC and 4D. RGB value is (146,204,77). Sum of RGB (Red+Green+Blue) = 146+204+77=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CC4D is #6D33B2. Grayscale: #ACACAC. Windows color (decimal): -7156659 or 5098642. OLE color: 5098642.
HSL color Cylindrical-coordinate representation of color #92CC4D: hue angle of 87.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92CC4D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 77 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.2 |
| HSL | 87.4º | 0.55% | 0.55% | - |
| HSV(B) | 87.4º | 0.62% | 0.8% | - |
| XYZ | 34.79 | 49.83 | 14.81 | - |
| YUV | 172.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 77 | 0.28 | 0 | 0.62 | 0.2 | 87.4 | 0.55 | 0.55 |
| Hex | 92 | CC | 4D | 1C | 0 | 3E | 14 | 57 | 37 | 37 |
| Octal | 222 | 314 | 115 | 34 | 0 | 76 | 24 | 127 | 67 | 67 |
| Binary | 10010010 | 11001100 | 1001101 | 11100 | 0 | 111110 | 10100 | 1010111 | 110111 | 110111 |
Color Harmonies of #92CC4D
Complementary color
Monochromatic Colors of #92CC4D
Black with #92CC4D
Text Example
Text Example
White with #92CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CC4D; }
p { color: rgb(146,204,77); }
H1.HeaderClassName
{
color: #92CC4D;
}
.AnyTagClassName
{
color: #92CC4D;
}
</style>
background-color css
<style>
a { background-color: #92CC4D; }
a { background-color: rgb(146,204,77); }
div.DivClassName
{
background-color: #92CC4D;
}
.BgClassName
{
background-color: #92CC4D;
}
</style>
border-color css
<style>
span { border-color: #92CC4D; }
span { border-color: rgb(146,204,77); }
td.TdClassName
{
border-color: #92CC4D;
}
.TagClassName
{
border-color: #92CC4D;
}
</style>