Shades of Atlantis #A7D03B
Tints of Atlantis #A7D03B
RGB
CMYK
RGB Variations
Color information
#A7D03B (or 0xA7D03B) is known color: Atlantis. HEX triplet: A7, D0 and 3B. RGB value is (167,208,59). Sum of RGB (Red+Green+Blue) = 167+208+59=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D03B is #582FC4. Grayscale: #B3B3B3. Windows color (decimal): -5779397 or 3920039. OLE color: 3920039.
HSL color Cylindrical-coordinate representation of color #A7D03B: hue angle of 76.51º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7D03B is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 59 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.18 |
| HSL | 76.51º | 0.61% | 0.52% | - |
| HSV(B) | 76.51º | 0.72% | 0.82% | - |
| XYZ | 39.28 | 53.64 | 12.42 | - |
| YUV | 178.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 59 | 0.20 | 0 | 0.72 | 0.18 | 76.51 | 0.61 | 0.52 |
| Hex | A7 | D0 | 3B | 14 | 0 | 48 | 12 | 4D | 3D | 34 |
| Octal | 247 | 320 | 73 | 24 | 0 | 110 | 22 | 115 | 75 | 64 |
| Binary | 10100111 | 11010000 | 111011 | 10100 | 0 | 1001000 | 10010 | 1001101 | 111101 | 110100 |
Color Harmonies of #A7D03B
Complementary color
Monochromatic Colors of #A7D03B
Black with #A7D03B
Text Example
Text Example
White with #A7D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D03B; }
p { color: rgb(167,208,59); }
H1.HeaderClassName
{
color: #A7D03B;
}
.AnyTagClassName
{
color: #A7D03B;
}
</style>
background-color css
<style>
a { background-color: #A7D03B; }
a { background-color: rgb(167,208,59); }
div.DivClassName
{
background-color: #A7D03B;
}
.BgClassName
{
background-color: #A7D03B;
}
</style>
border-color css
<style>
span { border-color: #A7D03B; }
span { border-color: rgb(167,208,59); }
td.TdClassName
{
border-color: #A7D03B;
}
.TagClassName
{
border-color: #A7D03B;
}
</style>