Shades of Atlantis #A8C938
Tints of Atlantis #A8C938
RGB
CMYK
RGB Variations
Color information
#A8C938 (or 0xA8C938) is known color: Atlantis. HEX triplet: A8, C9 and 38. RGB value is (168,201,56). Sum of RGB (Red+Green+Blue) = 168+201+56=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C938 is #5736C7. Grayscale: #AFAFAF. Windows color (decimal): -5715656 or 3721640. OLE color: 3721640.
HSL color Cylindrical-coordinate representation of color #A8C938: hue angle of 73.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8C938 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 56 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.21 |
| HSL | 73.66º | 0.57% | 0.5% | - |
| HSV(B) | 73.66º | 0.72% | 0.79% | - |
| XYZ | 37.75 | 50.38 | 11.48 | - |
| YUV | 174.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 56 | 0.16 | 0 | 0.72 | 0.21 | 73.66 | 0.57 | 0.5 |
| Hex | A8 | C9 | 38 | 10 | 0 | 48 | 15 | 4A | 39 | 32 |
| Octal | 250 | 311 | 70 | 20 | 0 | 110 | 25 | 112 | 71 | 62 |
| Binary | 10101000 | 11001001 | 111000 | 10000 | 0 | 1001000 | 10101 | 1001010 | 111001 | 110010 |
Color Harmonies of #A8C938
Complementary color
Monochromatic Colors of #A8C938
Black with #A8C938
Text Example
Text Example
White with #A8C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C938; }
p { color: rgb(168,201,56); }
H1.HeaderClassName
{
color: #A8C938;
}
.AnyTagClassName
{
color: #A8C938;
}
</style>
background-color css
<style>
a { background-color: #A8C938; }
a { background-color: rgb(168,201,56); }
div.DivClassName
{
background-color: #A8C938;
}
.BgClassName
{
background-color: #A8C938;
}
</style>
border-color css
<style>
span { border-color: #A8C938; }
span { border-color: rgb(168,201,56); }
td.TdClassName
{
border-color: #A8C938;
}
.TagClassName
{
border-color: #A8C938;
}
</style>