Shades of Atlantis #A5D03B
Tints of Atlantis #A5D03B
RGB
CMYK
RGB Variations
Color information
#A5D03B (or 0xA5D03B) is known color: Atlantis. HEX triplet: A5, D0 and 3B. RGB value is (165,208,59). Sum of RGB (Red+Green+Blue) = 165+208+59=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D03B is #5A2FC4. Grayscale: #B2B2B2. Windows color (decimal): -5910469 or 3920037. OLE color: 3920037.
HSL color Cylindrical-coordinate representation of color #A5D03B: hue angle of 77.32º 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 #A5D03B is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 59 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.18 |
| HSL | 77.32º | 0.61% | 0.52% | - |
| HSV(B) | 77.32º | 0.72% | 0.82% | - |
| XYZ | 38.86 | 53.43 | 12.4 | - |
| YUV | 178.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 59 | 0.21 | 0 | 0.72 | 0.18 | 77.32 | 0.61 | 0.52 |
| Hex | A5 | D0 | 3B | 15 | 0 | 48 | 12 | 4D | 3D | 34 |
| Octal | 245 | 320 | 73 | 25 | 0 | 110 | 22 | 115 | 75 | 64 |
| Binary | 10100101 | 11010000 | 111011 | 10101 | 0 | 1001000 | 10010 | 1001101 | 111101 | 110100 |
Color Harmonies of #A5D03B
Complementary color
Monochromatic Colors of #A5D03B
Black with #A5D03B
Text Example
Text Example
White with #A5D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D03B; }
p { color: rgb(165,208,59); }
H1.HeaderClassName
{
color: #A5D03B;
}
.AnyTagClassName
{
color: #A5D03B;
}
</style>
background-color css
<style>
a { background-color: #A5D03B; }
a { background-color: rgb(165,208,59); }
div.DivClassName
{
background-color: #A5D03B;
}
.BgClassName
{
background-color: #A5D03B;
}
</style>
border-color css
<style>
span { border-color: #A5D03B; }
span { border-color: rgb(165,208,59); }
td.TdClassName
{
border-color: #A5D03B;
}
.TagClassName
{
border-color: #A5D03B;
}
</style>