Shades of Atlantis #A6C23D
Tints of Atlantis #A6C23D
RGB
CMYK
RGB Variations
Color information
#A6C23D (or 0xA6C23D) is known color: Atlantis. HEX triplet: A6, C2 and 3D. RGB value is (166,194,61). Sum of RGB (Red+Green+Blue) = 166+194+61=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C23D is #593DC2. Grayscale: #AAAAAA. Windows color (decimal): -5848515 or 4047526. OLE color: 4047526.
HSL color Cylindrical-coordinate representation of color #A6C23D: hue angle of 72.63º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6C23D is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 61 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.24 |
| HSL | 72.63º | 0.52% | 0.5% | - |
| HSV(B) | 72.63º | 0.69% | 0.76% | - |
| XYZ | 35.86 | 47.03 | 11.6 | - |
| YUV | 170.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 61 | 0.14 | 0 | 0.69 | 0.24 | 72.63 | 0.52 | 0.5 |
| Hex | A6 | C2 | 3D | E | 0 | 45 | 18 | 49 | 34 | 32 |
| Octal | 246 | 302 | 75 | 16 | 0 | 105 | 30 | 111 | 64 | 62 |
| Binary | 10100110 | 11000010 | 111101 | 1110 | 0 | 1000101 | 11000 | 1001001 | 110100 | 110010 |
Color Harmonies of #A6C23D
Complementary color
Monochromatic Colors of #A6C23D
Black with #A6C23D
Text Example
Text Example
White with #A6C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C23D; }
p { color: rgb(166,194,61); }
H1.HeaderClassName
{
color: #A6C23D;
}
.AnyTagClassName
{
color: #A6C23D;
}
</style>
background-color css
<style>
a { background-color: #A6C23D; }
a { background-color: rgb(166,194,61); }
div.DivClassName
{
background-color: #A6C23D;
}
.BgClassName
{
background-color: #A6C23D;
}
</style>
border-color css
<style>
span { border-color: #A6C23D; }
span { border-color: rgb(166,194,61); }
td.TdClassName
{
border-color: #A6C23D;
}
.TagClassName
{
border-color: #A6C23D;
}
</style>