Shades of Atlantis #A9CB3E
Tints of Atlantis #A9CB3E
RGB
CMYK
RGB Variations
Color information
#A9CB3E (or 0xA9CB3E) is known color: Atlantis. HEX triplet: A9, CB and 3E. RGB value is (169,203,62). Sum of RGB (Red+Green+Blue) = 169+203+62=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CB3E is #5634C1. Grayscale: #B1B1B1. Windows color (decimal): -5649602 or 4115369. OLE color: 4115369.
HSL color Cylindrical-coordinate representation of color #A9CB3E: hue angle of 74.47º 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 #A9CB3E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.20 |
| HSL | 74.47º | 0.58% | 0.52% | - |
| HSV(B) | 74.47º | 0.69% | 0.8% | - |
| XYZ | 38.59 | 51.49 | 12.46 | - |
| YUV | 176.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 62 | 0.17 | 0 | 0.69 | 0.20 | 74.47 | 0.58 | 0.52 |
| Hex | A9 | CB | 3E | 11 | 0 | 45 | 14 | 4A | 3A | 34 |
| Octal | 251 | 313 | 76 | 21 | 0 | 105 | 24 | 112 | 72 | 64 |
| Binary | 10101001 | 11001011 | 111110 | 10001 | 0 | 1000101 | 10100 | 1001010 | 111010 | 110100 |
Color Harmonies of #A9CB3E
Complementary color
Monochromatic Colors of #A9CB3E
Black with #A9CB3E
Text Example
Text Example
White with #A9CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB3E; }
p { color: rgb(169,203,62); }
H1.HeaderClassName
{
color: #A9CB3E;
}
.AnyTagClassName
{
color: #A9CB3E;
}
</style>
background-color css
<style>
a { background-color: #A9CB3E; }
a { background-color: rgb(169,203,62); }
div.DivClassName
{
background-color: #A9CB3E;
}
.BgClassName
{
background-color: #A9CB3E;
}
</style>
border-color css
<style>
span { border-color: #A9CB3E; }
span { border-color: rgb(169,203,62); }
td.TdClassName
{
border-color: #A9CB3E;
}
.TagClassName
{
border-color: #A9CB3E;
}
</style>