Shades of Atlantis #A6CF44
Tints of Atlantis #A6CF44
RGB
CMYK
RGB Variations
Color information
#A6CF44 (or 0xA6CF44) is known color: Atlantis. HEX triplet: A6, CF and 44. RGB value is (166,207,68). Sum of RGB (Red+Green+Blue) = 166+207+68=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF44 is #5930BB. Grayscale: #B3B3B3. Windows color (decimal): -5845180 or 4509606. OLE color: 4509606.
HSL color Cylindrical-coordinate representation of color #A6CF44: hue angle of 77.7º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6CF44 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 68 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.19 |
| HSL | 77.7º | 0.59% | 0.54% | - |
| HSV(B) | 77.7º | 0.67% | 0.81% | - |
| XYZ | 39.08 | 53.15 | 13.67 | - |
| YUV | 178.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 68 | 0.20 | 0 | 0.67 | 0.19 | 77.7 | 0.59 | 0.54 |
| Hex | A6 | CF | 44 | 14 | 0 | 43 | 13 | 4E | 3B | 36 |
| Octal | 246 | 317 | 104 | 24 | 0 | 103 | 23 | 116 | 73 | 66 |
| Binary | 10100110 | 11001111 | 1000100 | 10100 | 0 | 1000011 | 10011 | 1001110 | 111011 | 110110 |
Color Harmonies of #A6CF44
Complementary color
Monochromatic Colors of #A6CF44
Black with #A6CF44
Text Example
Text Example
White with #A6CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF44; }
p { color: rgb(166,207,68); }
H1.HeaderClassName
{
color: #A6CF44;
}
.AnyTagClassName
{
color: #A6CF44;
}
</style>
background-color css
<style>
a { background-color: #A6CF44; }
a { background-color: rgb(166,207,68); }
div.DivClassName
{
background-color: #A6CF44;
}
.BgClassName
{
background-color: #A6CF44;
}
</style>
border-color css
<style>
span { border-color: #A6CF44; }
span { border-color: rgb(166,207,68); }
td.TdClassName
{
border-color: #A6CF44;
}
.TagClassName
{
border-color: #A6CF44;
}
</style>