Shades of Atlantis #A8CE39
Tints of Atlantis #A8CE39
RGB
CMYK
RGB Variations
Color information
#A8CE39 (or 0xA8CE39) is known color: Atlantis. HEX triplet: A8, CE and 39. RGB value is (168,206,57). Sum of RGB (Red+Green+Blue) = 168+206+57=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE39 is #5731C6. Grayscale: #B2B2B2. Windows color (decimal): -5714375 or 3788456. OLE color: 3788456.
HSL color Cylindrical-coordinate representation of color #A8CE39: hue angle of 75.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8CE39 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 206 | 57 | - |
CMYK | 0.18 | 0 | 0.72 | 0.19 |
HSL | 75.3º | 0.6% | 0.52% | - |
HSV(B) | 75.3º | 0.72% | 0.81% | - |
XYZ | 38.96 | 52.76 | 12 | - |
YUV | 177.65 | 59.91 | 121.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 206 | 57 | 0.18 | 0 | 0.72 | 0.19 | 75.3 | 0.6 | 0.52 |
Hex | A8 | CE | 39 | 12 | 0 | 48 | 13 | 4B | 3C | 34 |
Octal | 250 | 316 | 71 | 22 | 0 | 110 | 23 | 113 | 74 | 64 |
Binary | 10101000 | 11001110 | 111001 | 10010 | 0 | 1001000 | 10011 | 1001011 | 111100 | 110100 |
Color Harmonies of #A8CE39
Complementary color
Monochromatic Colors of #A8CE39
Black with #A8CE39
Text Example
Text Example
White with #A8CE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE39; }
p { color: rgb(168,206,57); }
H1.HeaderClassName
{
color: #A8CE39;
}
.AnyTagClassName
{
color: #A8CE39;
}
</style>
background-color css
<style>
a { background-color: #A8CE39; }
a { background-color: rgb(168,206,57); }
div.DivClassName
{
background-color: #A8CE39;
}
.BgClassName
{
background-color: #A8CE39;
}
</style>
border-color css
<style>
span { border-color: #A8CE39; }
span { border-color: rgb(168,206,57); }
td.TdClassName
{
border-color: #A8CE39;
}
.TagClassName
{
border-color: #A8CE39;
}
</style>