Shades of Atlantis #A5CE3E
Tints of Atlantis #A5CE3E
RGB
CMYK
RGB Variations
Color information
#A5CE3E (or 0xA5CE3E) is known color: Atlantis. HEX triplet: A5, CE and 3E. RGB value is (165,206,62). Sum of RGB (Red+Green+Blue) = 165+206+62=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CE3E is #5A31C1. Grayscale: #B1B1B1. Windows color (decimal): -5910978 or 4116133. OLE color: 4116133.
HSL color Cylindrical-coordinate representation of color #A5CE3E: hue angle of 77.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5CE3E is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 62 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.19 |
| HSL | 77.08º | 0.6% | 0.53% | - |
| HSV(B) | 77.08º | 0.7% | 0.81% | - |
| XYZ | 38.46 | 52.49 | 12.66 | - |
| YUV | 177.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 62 | 0.20 | 0 | 0.70 | 0.19 | 77.08 | 0.6 | 0.53 |
| Hex | A5 | CE | 3E | 14 | 0 | 46 | 13 | 4D | 3C | 35 |
| Octal | 245 | 316 | 76 | 24 | 0 | 106 | 23 | 115 | 74 | 65 |
| Binary | 10100101 | 11001110 | 111110 | 10100 | 0 | 1000110 | 10011 | 1001101 | 111100 | 110101 |
Color Harmonies of #A5CE3E
Complementary color
Monochromatic Colors of #A5CE3E
Black with #A5CE3E
Text Example
Text Example
White with #A5CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE3E; }
p { color: rgb(165,206,62); }
H1.HeaderClassName
{
color: #A5CE3E;
}
.AnyTagClassName
{
color: #A5CE3E;
}
</style>
background-color css
<style>
a { background-color: #A5CE3E; }
a { background-color: rgb(165,206,62); }
div.DivClassName
{
background-color: #A5CE3E;
}
.BgClassName
{
background-color: #A5CE3E;
}
</style>
border-color css
<style>
span { border-color: #A5CE3E; }
span { border-color: rgb(165,206,62); }
td.TdClassName
{
border-color: #A5CE3E;
}
.TagClassName
{
border-color: #A5CE3E;
}
</style>