Shades of Atlantis #92D043
Tints of Atlantis #92D043
RGB
CMYK
RGB Variations
Color information
#92D043 (or 0x92D043) is known color: Atlantis. HEX triplet: 92, D0 and 43. RGB value is (146,208,67). Sum of RGB (Red+Green+Blue) = 146+208+67=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #92D043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D043 is #6D2FBC. Grayscale: #ADADAD. Windows color (decimal): -7155645 or 4444306. OLE color: 4444306.
HSL color Cylindrical-coordinate representation of color #92D043: hue angle of 86.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92D043 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 67 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.18 |
| HSL | 86.38º | 0.6% | 0.54% | - |
| HSV(B) | 86.38º | 0.68% | 0.82% | - |
| XYZ | 35.42 | 51.63 | 13.41 | - |
| YUV | 173.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 67 | 0.30 | 0 | 0.68 | 0.18 | 86.38 | 0.6 | 0.54 |
| Hex | 92 | D0 | 43 | 1E | 0 | 44 | 12 | 56 | 3C | 36 |
| Octal | 222 | 320 | 103 | 36 | 0 | 104 | 22 | 126 | 74 | 66 |
| Binary | 10010010 | 11010000 | 1000011 | 11110 | 0 | 1000100 | 10010 | 1010110 | 111100 | 110110 |
Color Harmonies of #92D043
Complementary color
Monochromatic Colors of #92D043
Black with #92D043
Text Example
Text Example
White with #92D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D043; }
p { color: rgb(146,208,67); }
H1.HeaderClassName
{
color: #92D043;
}
.AnyTagClassName
{
color: #92D043;
}
</style>
background-color css
<style>
a { background-color: #92D043; }
a { background-color: rgb(146,208,67); }
div.DivClassName
{
background-color: #92D043;
}
.BgClassName
{
background-color: #92D043;
}
</style>
border-color css
<style>
span { border-color: #92D043; }
span { border-color: rgb(146,208,67); }
td.TdClassName
{
border-color: #92D043;
}
.TagClassName
{
border-color: #92D043;
}
</style>