Shades of Atlantis #A3DE31
Tints of Atlantis #A3DE31
RGB
CMYK
RGB Variations
Color information
#A3DE31 (or 0xA3DE31) is known color: Atlantis. HEX triplet: A3, DE and 31. RGB value is (163,222,49). Sum of RGB (Red+Green+Blue) = 163+222+49=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DE31 is #5C21CE. Grayscale: #B9B9B9. Windows color (decimal): -6037967 or 3268259. OLE color: 3268259.
HSL color Cylindrical-coordinate representation of color #A3DE31: hue angle of 80.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3DE31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 49 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.13 |
| HSL | 80.46º | 0.72% | 0.53% | - |
| HSV(B) | 80.46º | 0.78% | 0.87% | - |
| XYZ | 41.78 | 60.25 | 12.33 | - |
| YUV | 184.64 | 51.45 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 49 | 0.27 | 0 | 0.78 | 0.13 | 80.46 | 0.72 | 0.53 |
| Hex | A3 | DE | 31 | 1B | 0 | 4E | D | 50 | 48 | 35 |
| Octal | 243 | 336 | 61 | 33 | 0 | 116 | 15 | 120 | 110 | 65 |
| Binary | 10100011 | 11011110 | 110001 | 11011 | 0 | 1001110 | 1101 | 1010000 | 1001000 | 110101 |
Color Harmonies of #A3DE31
Complementary color
Monochromatic Colors of #A3DE31
Black with #A3DE31
Text Example
Text Example
White with #A3DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE31; }
p { color: rgb(163,222,49); }
H1.HeaderClassName
{
color: #A3DE31;
}
.AnyTagClassName
{
color: #A3DE31;
}
</style>
background-color css
<style>
a { background-color: #A3DE31; }
a { background-color: rgb(163,222,49); }
div.DivClassName
{
background-color: #A3DE31;
}
.BgClassName
{
background-color: #A3DE31;
}
</style>
border-color css
<style>
span { border-color: #A3DE31; }
span { border-color: rgb(163,222,49); }
td.TdClassName
{
border-color: #A3DE31;
}
.TagClassName
{
border-color: #A3DE31;
}
</style>