Shades of Atlantis #A9CF36
Tints of Atlantis #A9CF36
RGB
CMYK
RGB Variations
Color information
#A9CF36 (or 0xA9CF36) is known color: Atlantis. HEX triplet: A9, CF and 36. RGB value is (169,207,54). Sum of RGB (Red+Green+Blue) = 169+207+54=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CF36 is #5630C9. Grayscale: #B2B2B2. Windows color (decimal): -5648586 or 3592105. OLE color: 3592105.
HSL color Cylindrical-coordinate representation of color #A9CF36: hue angle of 74.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9CF36 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 54 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.19 |
| HSL | 74.9º | 0.61% | 0.51% | - |
| HSV(B) | 74.9º | 0.74% | 0.81% | - |
| XYZ | 39.34 | 53.33 | 11.71 | - |
| YUV | 178.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 54 | 0.18 | 0 | 0.74 | 0.19 | 74.9 | 0.61 | 0.51 |
| Hex | A9 | CF | 36 | 12 | 0 | 4A | 13 | 4B | 3D | 33 |
| Octal | 251 | 317 | 66 | 22 | 0 | 112 | 23 | 113 | 75 | 63 |
| Binary | 10101001 | 11001111 | 110110 | 10010 | 0 | 1001010 | 10011 | 1001011 | 111101 | 110011 |
Color Harmonies of #A9CF36
Complementary color
Monochromatic Colors of #A9CF36
Black with #A9CF36
Text Example
Text Example
White with #A9CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF36; }
p { color: rgb(169,207,54); }
H1.HeaderClassName
{
color: #A9CF36;
}
.AnyTagClassName
{
color: #A9CF36;
}
</style>
background-color css
<style>
a { background-color: #A9CF36; }
a { background-color: rgb(169,207,54); }
div.DivClassName
{
background-color: #A9CF36;
}
.BgClassName
{
background-color: #A9CF36;
}
</style>
border-color css
<style>
span { border-color: #A9CF36; }
span { border-color: rgb(169,207,54); }
td.TdClassName
{
border-color: #A9CF36;
}
.TagClassName
{
border-color: #A9CF36;
}
</style>