Shades of Atlantis #A8C93D
Tints of Atlantis #A8C93D
RGB
CMYK
RGB Variations
Color information
#A8C93D (or 0xA8C93D) is known color: Atlantis. HEX triplet: A8, C9 and 3D. RGB value is (168,201,61). Sum of RGB (Red+Green+Blue) = 168+201+61=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C93D is #5736C2. Grayscale: #AFAFAF. Windows color (decimal): -5715651 or 4049320. OLE color: 4049320.
HSL color Cylindrical-coordinate representation of color #A8C93D: hue angle of 74.14º degrees, saturation: 0.56, 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 #A8C93D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 61 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.21 |
| HSL | 74.14º | 0.56% | 0.51% | - |
| HSV(B) | 74.14º | 0.7% | 0.79% | - |
| XYZ | 37.88 | 50.44 | 12.15 | - |
| YUV | 175.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 61 | 0.16 | 0 | 0.70 | 0.21 | 74.14 | 0.56 | 0.51 |
| Hex | A8 | C9 | 3D | 10 | 0 | 46 | 15 | 4A | 38 | 33 |
| Octal | 250 | 311 | 75 | 20 | 0 | 106 | 25 | 112 | 70 | 63 |
| Binary | 10101000 | 11001001 | 111101 | 10000 | 0 | 1000110 | 10101 | 1001010 | 111000 | 110011 |
Color Harmonies of #A8C93D
Complementary color
Monochromatic Colors of #A8C93D
Black with #A8C93D
Text Example
Text Example
White with #A8C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C93D; }
p { color: rgb(168,201,61); }
H1.HeaderClassName
{
color: #A8C93D;
}
.AnyTagClassName
{
color: #A8C93D;
}
</style>
background-color css
<style>
a { background-color: #A8C93D; }
a { background-color: rgb(168,201,61); }
div.DivClassName
{
background-color: #A8C93D;
}
.BgClassName
{
background-color: #A8C93D;
}
</style>
border-color css
<style>
span { border-color: #A8C93D; }
span { border-color: rgb(168,201,61); }
td.TdClassName
{
border-color: #A8C93D;
}
.TagClassName
{
border-color: #A8C93D;
}
</style>