Shades of Atlantis #A7CE4A
Tints of Atlantis #A7CE4A
RGB
CMYK
RGB Variations
Color information
#A7CE4A (or 0xA7CE4A) is known color: Atlantis. HEX triplet: A7, CE and 4A. RGB value is (167,206,74). Sum of RGB (Red+Green+Blue) = 167+206+74=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CE4A is #5831B5. Grayscale: #B3B3B3. Windows color (decimal): -5779894 or 4902567. OLE color: 4902567.
HSL color Cylindrical-coordinate representation of color #A7CE4A: hue angle of 77.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7CE4A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 74 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.19 |
| HSL | 77.73º | 0.57% | 0.55% | - |
| HSV(B) | 77.73º | 0.64% | 0.81% | - |
| XYZ | 39.24 | 52.85 | 14.61 | - |
| YUV | 179.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 74 | 0.19 | 0 | 0.64 | 0.19 | 77.73 | 0.57 | 0.55 |
| Hex | A7 | CE | 4A | 13 | 0 | 40 | 13 | 4E | 39 | 37 |
| Octal | 247 | 316 | 112 | 23 | 0 | 100 | 23 | 116 | 71 | 67 |
| Binary | 10100111 | 11001110 | 1001010 | 10011 | 0 | 1000000 | 10011 | 1001110 | 111001 | 110111 |
Color Harmonies of #A7CE4A
Complementary color
Monochromatic Colors of #A7CE4A
Black with #A7CE4A
Text Example
Text Example
White with #A7CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE4A; }
p { color: rgb(167,206,74); }
H1.HeaderClassName
{
color: #A7CE4A;
}
.AnyTagClassName
{
color: #A7CE4A;
}
</style>
background-color css
<style>
a { background-color: #A7CE4A; }
a { background-color: rgb(167,206,74); }
div.DivClassName
{
background-color: #A7CE4A;
}
.BgClassName
{
background-color: #A7CE4A;
}
</style>
border-color css
<style>
span { border-color: #A7CE4A; }
span { border-color: rgb(167,206,74); }
td.TdClassName
{
border-color: #A7CE4A;
}
.TagClassName
{
border-color: #A7CE4A;
}
</style>