Shades of Atlantis #A5C939
Tints of Atlantis #A5C939
RGB
CMYK
RGB Variations
Color information
#A5C939 (or 0xA5C939) is known color: Atlantis. HEX triplet: A5, C9 and 39. RGB value is (165,201,57). Sum of RGB (Red+Green+Blue) = 165+201+57=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C939 is #5A36C6. Grayscale: #AEAEAE. Windows color (decimal): -5912263 or 3787173. OLE color: 3787173.
HSL color Cylindrical-coordinate representation of color #A5C939: hue angle of 75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5C939 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 57 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.21 |
| HSL | 75º | 0.57% | 0.51% | - |
| HSV(B) | 75º | 0.72% | 0.79% | - |
| XYZ | 37.14 | 50.07 | 11.58 | - |
| YUV | 173.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 57 | 0.18 | 0 | 0.72 | 0.21 | 75 | 0.57 | 0.51 |
| Hex | A5 | C9 | 39 | 12 | 0 | 48 | 15 | 4B | 39 | 33 |
| Octal | 245 | 311 | 71 | 22 | 0 | 110 | 25 | 113 | 71 | 63 |
| Binary | 10100101 | 11001001 | 111001 | 10010 | 0 | 1001000 | 10101 | 1001011 | 111001 | 110011 |
Color Harmonies of #A5C939
Complementary color
Monochromatic Colors of #A5C939
Black with #A5C939
Text Example
Text Example
White with #A5C939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C939; }
p { color: rgb(165,201,57); }
H1.HeaderClassName
{
color: #A5C939;
}
.AnyTagClassName
{
color: #A5C939;
}
</style>
background-color css
<style>
a { background-color: #A5C939; }
a { background-color: rgb(165,201,57); }
div.DivClassName
{
background-color: #A5C939;
}
.BgClassName
{
background-color: #A5C939;
}
</style>
border-color css
<style>
span { border-color: #A5C939; }
span { border-color: rgb(165,201,57); }
td.TdClassName
{
border-color: #A5C939;
}
.TagClassName
{
border-color: #A5C939;
}
</style>