Shades of Atlantis #A8C93C
Tints of Atlantis #A8C93C
RGB
CMYK
RGB Variations
Color information
#A8C93C (or 0xA8C93C) is known color: Atlantis. HEX triplet: A8, C9 and 3C. RGB value is (168,201,60). Sum of RGB (Red+Green+Blue) = 168+201+60=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C93C is #5736C3. Grayscale: #AFAFAF. Windows color (decimal): -5715652 or 3983784. OLE color: 3983784.
HSL color Cylindrical-coordinate representation of color #A8C93C: hue angle of 74.04º 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 #A8C93C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 60 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.21 |
| HSL | 74.04º | 0.57% | 0.51% | - |
| HSV(B) | 74.04º | 0.7% | 0.79% | - |
| XYZ | 37.85 | 50.42 | 12.01 | - |
| YUV | 175.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 60 | 0.16 | 0 | 0.70 | 0.21 | 74.04 | 0.57 | 0.51 |
| Hex | A8 | C9 | 3C | 10 | 0 | 46 | 15 | 4A | 39 | 33 |
| Octal | 250 | 311 | 74 | 20 | 0 | 106 | 25 | 112 | 71 | 63 |
| Binary | 10101000 | 11001001 | 111100 | 10000 | 0 | 1000110 | 10101 | 1001010 | 111001 | 110011 |
Color Harmonies of #A8C93C
Complementary color
Monochromatic Colors of #A8C93C
Black with #A8C93C
Text Example
Text Example
White with #A8C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C93C; }
p { color: rgb(168,201,60); }
H1.HeaderClassName
{
color: #A8C93C;
}
.AnyTagClassName
{
color: #A8C93C;
}
</style>
background-color css
<style>
a { background-color: #A8C93C; }
a { background-color: rgb(168,201,60); }
div.DivClassName
{
background-color: #A8C93C;
}
.BgClassName
{
background-color: #A8C93C;
}
</style>
border-color css
<style>
span { border-color: #A8C93C; }
span { border-color: rgb(168,201,60); }
td.TdClassName
{
border-color: #A8C93C;
}
.TagClassName
{
border-color: #A8C93C;
}
</style>