Shades of Atlantis #A3DF3E
Tints of Atlantis #A3DF3E
RGB
CMYK
RGB Variations
Color information
#A3DF3E (or 0xA3DF3E) is known color: Atlantis. HEX triplet: A3, DF and 3E. RGB value is (163,223,62). Sum of RGB (Red+Green+Blue) = 163+223+62=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DF3E is #5C20C1. Grayscale: #BBBBBB. Windows color (decimal): -6037698 or 4120483. OLE color: 4120483.
HSL color Cylindrical-coordinate representation of color #A3DF3E: hue angle of 82.36º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3DF3E is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 62 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.13 |
| HSL | 82.36º | 0.72% | 0.56% | - |
| HSV(B) | 82.36º | 0.72% | 0.87% | - |
| XYZ | 42.36 | 60.91 | 14.08 | - |
| YUV | 186.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 62 | 0.27 | 0 | 0.72 | 0.13 | 82.36 | 0.72 | 0.56 |
| Hex | A3 | DF | 3E | 1B | 0 | 48 | D | 52 | 48 | 38 |
| Octal | 243 | 337 | 76 | 33 | 0 | 110 | 15 | 122 | 110 | 70 |
| Binary | 10100011 | 11011111 | 111110 | 11011 | 0 | 1001000 | 1101 | 1010010 | 1001000 | 111000 |
Color Harmonies of #A3DF3E
Complementary color
Monochromatic Colors of #A3DF3E
Black with #A3DF3E
Text Example
Text Example
White with #A3DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF3E; }
p { color: rgb(163,223,62); }
H1.HeaderClassName
{
color: #A3DF3E;
}
.AnyTagClassName
{
color: #A3DF3E;
}
</style>
background-color css
<style>
a { background-color: #A3DF3E; }
a { background-color: rgb(163,223,62); }
div.DivClassName
{
background-color: #A3DF3E;
}
.BgClassName
{
background-color: #A3DF3E;
}
</style>
border-color css
<style>
span { border-color: #A3DF3E; }
span { border-color: rgb(163,223,62); }
td.TdClassName
{
border-color: #A3DF3E;
}
.TagClassName
{
border-color: #A3DF3E;
}
</style>