Shades of Atlantis #A5CC44
Tints of Atlantis #A5CC44
RGB
CMYK
RGB Variations
Color information
#A5CC44 (or 0xA5CC44) is known color: Atlantis. HEX triplet: A5, CC and 44. RGB value is (165,204,68). Sum of RGB (Red+Green+Blue) = 165+204+68=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC44 is #5A33BB. Grayscale: #B1B1B1. Windows color (decimal): -5911484 or 4508837. OLE color: 4508837.
HSL color Cylindrical-coordinate representation of color #A5CC44: hue angle of 77.21º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5CC44 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 68 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.2 |
| HSL | 77.21º | 0.57% | 0.53% | - |
| HSV(B) | 77.21º | 0.67% | 0.8% | - |
| XYZ | 38.15 | 51.6 | 13.42 | - |
| YUV | 176.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 68 | 0.19 | 0 | 0.67 | 0.2 | 77.21 | 0.57 | 0.53 |
| Hex | A5 | CC | 44 | 13 | 0 | 43 | 14 | 4D | 39 | 35 |
| Octal | 245 | 314 | 104 | 23 | 0 | 103 | 24 | 115 | 71 | 65 |
| Binary | 10100101 | 11001100 | 1000100 | 10011 | 0 | 1000011 | 10100 | 1001101 | 111001 | 110101 |
Color Harmonies of #A5CC44
Complementary color
Monochromatic Colors of #A5CC44
Black with #A5CC44
Text Example
Text Example
White with #A5CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC44; }
p { color: rgb(165,204,68); }
H1.HeaderClassName
{
color: #A5CC44;
}
.AnyTagClassName
{
color: #A5CC44;
}
</style>
background-color css
<style>
a { background-color: #A5CC44; }
a { background-color: rgb(165,204,68); }
div.DivClassName
{
background-color: #A5CC44;
}
.BgClassName
{
background-color: #A5CC44;
}
</style>
border-color css
<style>
span { border-color: #A5CC44; }
span { border-color: rgb(165,204,68); }
td.TdClassName
{
border-color: #A5CC44;
}
.TagClassName
{
border-color: #A5CC44;
}
</style>