Shades of Atlantis #A8CB3E
Tints of Atlantis #A8CB3E
RGB
CMYK
RGB Variations
Color information
#A8CB3E (or 0xA8CB3E) is known color: Atlantis. HEX triplet: A8, CB and 3E. RGB value is (168,203,62). Sum of RGB (Red+Green+Blue) = 168+203+62=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB3E is #5734C1. Grayscale: #B0B0B0. Windows color (decimal): -5715138 or 4115368. OLE color: 4115368.
HSL color Cylindrical-coordinate representation of color #A8CB3E: hue angle of 74.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8CB3E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.20 |
| HSL | 74.89º | 0.58% | 0.52% | - |
| HSV(B) | 74.89º | 0.69% | 0.8% | - |
| XYZ | 38.37 | 51.38 | 12.45 | - |
| YUV | 176.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 62 | 0.17 | 0 | 0.69 | 0.20 | 74.89 | 0.58 | 0.52 |
| Hex | A8 | CB | 3E | 11 | 0 | 45 | 14 | 4B | 3A | 34 |
| Octal | 250 | 313 | 76 | 21 | 0 | 105 | 24 | 113 | 72 | 64 |
| Binary | 10101000 | 11001011 | 111110 | 10001 | 0 | 1000101 | 10100 | 1001011 | 111010 | 110100 |
Color Harmonies of #A8CB3E
Complementary color
Monochromatic Colors of #A8CB3E
Black with #A8CB3E
Text Example
Text Example
White with #A8CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB3E; }
p { color: rgb(168,203,62); }
H1.HeaderClassName
{
color: #A8CB3E;
}
.AnyTagClassName
{
color: #A8CB3E;
}
</style>
background-color css
<style>
a { background-color: #A8CB3E; }
a { background-color: rgb(168,203,62); }
div.DivClassName
{
background-color: #A8CB3E;
}
.BgClassName
{
background-color: #A8CB3E;
}
</style>
border-color css
<style>
span { border-color: #A8CB3E; }
span { border-color: rgb(168,203,62); }
td.TdClassName
{
border-color: #A8CB3E;
}
.TagClassName
{
border-color: #A8CB3E;
}
</style>