Shades of Atlantis #A7E33D
Tints of Atlantis #A7E33D
RGB
CMYK
RGB Variations
Color information
#A7E33D (or 0xA7E33D) is known color: Atlantis. HEX triplet: A7, E3 and 3D. RGB value is (167,227,61). Sum of RGB (Red+Green+Blue) = 167+227+61=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E33D is #581CC2. Grayscale: #BEBEBE. Windows color (decimal): -5774531 or 4055975. OLE color: 4055975.
HSL color Cylindrical-coordinate representation of color #A7E33D: hue angle of 81.69º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7E33D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 61 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.11 |
| HSL | 81.69º | 0.75% | 0.56% | - |
| HSV(B) | 81.69º | 0.73% | 0.89% | - |
| XYZ | 44.25 | 63.49 | 14.34 | - |
| YUV | 190.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 61 | 0.26 | 0 | 0.73 | 0.11 | 81.69 | 0.75 | 0.56 |
| Hex | A7 | E3 | 3D | 1A | 0 | 49 | B | 52 | 4B | 38 |
| Octal | 247 | 343 | 75 | 32 | 0 | 111 | 13 | 122 | 113 | 70 |
| Binary | 10100111 | 11100011 | 111101 | 11010 | 0 | 1001001 | 1011 | 1010010 | 1001011 | 111000 |
Color Harmonies of #A7E33D
Complementary color
Monochromatic Colors of #A7E33D
Black with #A7E33D
Text Example
Text Example
White with #A7E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E33D; }
p { color: rgb(167,227,61); }
H1.HeaderClassName
{
color: #A7E33D;
}
.AnyTagClassName
{
color: #A7E33D;
}
</style>
background-color css
<style>
a { background-color: #A7E33D; }
a { background-color: rgb(167,227,61); }
div.DivClassName
{
background-color: #A7E33D;
}
.BgClassName
{
background-color: #A7E33D;
}
</style>
border-color css
<style>
span { border-color: #A7E33D; }
span { border-color: rgb(167,227,61); }
td.TdClassName
{
border-color: #A7E33D;
}
.TagClassName
{
border-color: #A7E33D;
}
</style>