Shades of Atlantis #A9C93C
Tints of Atlantis #A9C93C
RGB
CMYK
RGB Variations
Color information
#A9C93C (or 0xA9C93C) is known color: Atlantis. HEX triplet: A9, C9 and 3C. RGB value is (169,201,60). Sum of RGB (Red+Green+Blue) = 169+201+60=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C93C is #5636C3. Grayscale: #AFAFAF. Windows color (decimal): -5650116 or 3983785. OLE color: 3983785.
HSL color Cylindrical-coordinate representation of color #A9C93C: hue angle of 73.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9C93C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 60 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.21 |
| HSL | 73.62º | 0.57% | 0.51% | - |
| HSV(B) | 73.62º | 0.7% | 0.79% | - |
| XYZ | 38.06 | 50.53 | 12.02 | - |
| YUV | 175.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 60 | 0.16 | 0 | 0.70 | 0.21 | 73.62 | 0.57 | 0.51 |
| Hex | A9 | C9 | 3C | 10 | 0 | 46 | 15 | 4A | 39 | 33 |
| Octal | 251 | 311 | 74 | 20 | 0 | 106 | 25 | 112 | 71 | 63 |
| Binary | 10101001 | 11001001 | 111100 | 10000 | 0 | 1000110 | 10101 | 1001010 | 111001 | 110011 |
Color Harmonies of #A9C93C
Complementary color
Monochromatic Colors of #A9C93C
Black with #A9C93C
Text Example
Text Example
White with #A9C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C93C; }
p { color: rgb(169,201,60); }
H1.HeaderClassName
{
color: #A9C93C;
}
.AnyTagClassName
{
color: #A9C93C;
}
</style>
background-color css
<style>
a { background-color: #A9C93C; }
a { background-color: rgb(169,201,60); }
div.DivClassName
{
background-color: #A9C93C;
}
.BgClassName
{
background-color: #A9C93C;
}
</style>
border-color css
<style>
span { border-color: #A9C93C; }
span { border-color: rgb(169,201,60); }
td.TdClassName
{
border-color: #A9C93C;
}
.TagClassName
{
border-color: #A9C93C;
}
</style>