Shades of Atlantis #A5CE44
Tints of Atlantis #A5CE44
RGB
CMYK
RGB Variations
Color information
#A5CE44 (or 0xA5CE44) is known color: Atlantis. HEX triplet: A5, CE and 44. RGB value is (165,206,68). Sum of RGB (Red+Green+Blue) = 165+206+68=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE44 is #5A31BB. Grayscale: #B2B2B2. Windows color (decimal): -5910972 or 4509349. OLE color: 4509349.
HSL color Cylindrical-coordinate representation of color #A5CE44: hue angle of 77.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5CE44 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 68 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.19 |
| HSL | 77.83º | 0.58% | 0.54% | - |
| HSV(B) | 77.83º | 0.67% | 0.81% | - |
| XYZ | 38.63 | 52.56 | 13.58 | - |
| YUV | 178.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 68 | 0.20 | 0 | 0.67 | 0.19 | 77.83 | 0.58 | 0.54 |
| Hex | A5 | CE | 44 | 14 | 0 | 43 | 13 | 4E | 3A | 36 |
| Octal | 245 | 316 | 104 | 24 | 0 | 103 | 23 | 116 | 72 | 66 |
| Binary | 10100101 | 11001110 | 1000100 | 10100 | 0 | 1000011 | 10011 | 1001110 | 111010 | 110110 |
Color Harmonies of #A5CE44
Complementary color
Monochromatic Colors of #A5CE44
Black with #A5CE44
Text Example
Text Example
White with #A5CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE44; }
p { color: rgb(165,206,68); }
H1.HeaderClassName
{
color: #A5CE44;
}
.AnyTagClassName
{
color: #A5CE44;
}
</style>
background-color css
<style>
a { background-color: #A5CE44; }
a { background-color: rgb(165,206,68); }
div.DivClassName
{
background-color: #A5CE44;
}
.BgClassName
{
background-color: #A5CE44;
}
</style>
border-color css
<style>
span { border-color: #A5CE44; }
span { border-color: rgb(165,206,68); }
td.TdClassName
{
border-color: #A5CE44;
}
.TagClassName
{
border-color: #A5CE44;
}
</style>