Shades of Atlantis #A4CE4B
Tints of Atlantis #A4CE4B
RGB
CMYK
RGB Variations
Color information
#A4CE4B (or 0xA4CE4B) is known color: Atlantis. HEX triplet: A4, CE and 4B. RGB value is (164,206,75). Sum of RGB (Red+Green+Blue) = 164+206+75=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE4B is #5B31B4. Grayscale: #B2B2B2. Windows color (decimal): -5976501 or 4968100. OLE color: 4968100.
HSL color Cylindrical-coordinate representation of color #A4CE4B: hue angle of 79.24º 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 #A4CE4B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 75 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.19 |
| HSL | 79.24º | 0.57% | 0.55% | - |
| HSV(B) | 79.24º | 0.64% | 0.81% | - |
| XYZ | 38.65 | 52.54 | 14.76 | - |
| YUV | 178.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 75 | 0.20 | 0 | 0.64 | 0.19 | 79.24 | 0.57 | 0.55 |
| Hex | A4 | CE | 4B | 14 | 0 | 40 | 13 | 4F | 39 | 37 |
| Octal | 244 | 316 | 113 | 24 | 0 | 100 | 23 | 117 | 71 | 67 |
| Binary | 10100100 | 11001110 | 1001011 | 10100 | 0 | 1000000 | 10011 | 1001111 | 111001 | 110111 |
Color Harmonies of #A4CE4B
Complementary color
Monochromatic Colors of #A4CE4B
Black with #A4CE4B
Text Example
Text Example
White with #A4CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE4B; }
p { color: rgb(164,206,75); }
H1.HeaderClassName
{
color: #A4CE4B;
}
.AnyTagClassName
{
color: #A4CE4B;
}
</style>
background-color css
<style>
a { background-color: #A4CE4B; }
a { background-color: rgb(164,206,75); }
div.DivClassName
{
background-color: #A4CE4B;
}
.BgClassName
{
background-color: #A4CE4B;
}
</style>
border-color css
<style>
span { border-color: #A4CE4B; }
span { border-color: rgb(164,206,75); }
td.TdClassName
{
border-color: #A4CE4B;
}
.TagClassName
{
border-color: #A4CE4B;
}
</style>