Shades of Atlantis #A5C240
Tints of Atlantis #A5C240
RGB
CMYK
RGB Variations
Color information
#A5C240 (or 0xA5C240) is known color: Atlantis. HEX triplet: A5, C2 and 40. RGB value is (165,194,64). Sum of RGB (Red+Green+Blue) = 165+194+64=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C240 is #5A3DBF. Grayscale: #AAAAAA. Windows color (decimal): -5914048 or 4244133. OLE color: 4244133.
HSL color Cylindrical-coordinate representation of color #A5C240: hue angle of 73.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5C240 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 64 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.24 |
| HSL | 73.38º | 0.52% | 0.51% | - |
| HSV(B) | 73.38º | 0.67% | 0.76% | - |
| XYZ | 35.73 | 46.95 | 12.03 | - |
| YUV | 170.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 64 | 0.15 | 0 | 0.67 | 0.24 | 73.38 | 0.52 | 0.51 |
| Hex | A5 | C2 | 40 | F | 0 | 43 | 18 | 49 | 34 | 33 |
| Octal | 245 | 302 | 100 | 17 | 0 | 103 | 30 | 111 | 64 | 63 |
| Binary | 10100101 | 11000010 | 1000000 | 1111 | 0 | 1000011 | 11000 | 1001001 | 110100 | 110011 |
Color Harmonies of #A5C240
Complementary color
Monochromatic Colors of #A5C240
Black with #A5C240
Text Example
Text Example
White with #A5C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C240; }
p { color: rgb(165,194,64); }
H1.HeaderClassName
{
color: #A5C240;
}
.AnyTagClassName
{
color: #A5C240;
}
</style>
background-color css
<style>
a { background-color: #A5C240; }
a { background-color: rgb(165,194,64); }
div.DivClassName
{
background-color: #A5C240;
}
.BgClassName
{
background-color: #A5C240;
}
</style>
border-color css
<style>
span { border-color: #A5C240; }
span { border-color: rgb(165,194,64); }
td.TdClassName
{
border-color: #A5C240;
}
.TagClassName
{
border-color: #A5C240;
}
</style>