Shades of Atlantis #A6CF4A
Tints of Atlantis #A6CF4A
RGB
CMYK
RGB Variations
Color information
#A6CF4A (or 0xA6CF4A) is known color: Atlantis. HEX triplet: A6, CF and 4A. RGB value is (166,207,74). Sum of RGB (Red+Green+Blue) = 166+207+74=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF4A is #5930B5. Grayscale: #B4B4B4. Windows color (decimal): -5845174 or 4902822. OLE color: 4902822.
HSL color Cylindrical-coordinate representation of color #A6CF4A: hue angle of 78.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6CF4A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 74 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.19 |
| HSL | 78.5º | 0.58% | 0.55% | - |
| HSV(B) | 78.5º | 0.64% | 0.81% | - |
| XYZ | 39.27 | 53.23 | 14.68 | - |
| YUV | 179.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 74 | 0.20 | 0 | 0.64 | 0.19 | 78.5 | 0.58 | 0.55 |
| Hex | A6 | CF | 4A | 14 | 0 | 40 | 13 | 4E | 3A | 37 |
| Octal | 246 | 317 | 112 | 24 | 0 | 100 | 23 | 116 | 72 | 67 |
| Binary | 10100110 | 11001111 | 1001010 | 10100 | 0 | 1000000 | 10011 | 1001110 | 111010 | 110111 |
Color Harmonies of #A6CF4A
Complementary color
Monochromatic Colors of #A6CF4A
Black with #A6CF4A
Text Example
Text Example
White with #A6CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF4A; }
p { color: rgb(166,207,74); }
H1.HeaderClassName
{
color: #A6CF4A;
}
.AnyTagClassName
{
color: #A6CF4A;
}
</style>
background-color css
<style>
a { background-color: #A6CF4A; }
a { background-color: rgb(166,207,74); }
div.DivClassName
{
background-color: #A6CF4A;
}
.BgClassName
{
background-color: #A6CF4A;
}
</style>
border-color css
<style>
span { border-color: #A6CF4A; }
span { border-color: rgb(166,207,74); }
td.TdClassName
{
border-color: #A6CF4A;
}
.TagClassName
{
border-color: #A6CF4A;
}
</style>