Shades of Atlantis #A1C743
Tints of Atlantis #A1C743
RGB
CMYK
RGB Variations
Color information
#A1C743 (or 0xA1C743) is known color: Atlantis. HEX triplet: A1, C7 and 43. RGB value is (161,199,67). Sum of RGB (Red+Green+Blue) = 161+199+67=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C743 is #5E38BC. Grayscale: #ADADAD. Windows color (decimal): -6174909 or 4442017. OLE color: 4442017.
HSL color Cylindrical-coordinate representation of color #A1C743: hue angle of 77.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1C743 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 67 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.22 |
| HSL | 77.27º | 0.54% | 0.52% | - |
| HSV(B) | 77.27º | 0.66% | 0.78% | - |
| XYZ | 36.13 | 48.83 | 12.83 | - |
| YUV | 172.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 67 | 0.19 | 0 | 0.66 | 0.22 | 77.27 | 0.54 | 0.52 |
| Hex | A1 | C7 | 43 | 13 | 0 | 42 | 16 | 4D | 36 | 34 |
| Octal | 241 | 307 | 103 | 23 | 0 | 102 | 26 | 115 | 66 | 64 |
| Binary | 10100001 | 11000111 | 1000011 | 10011 | 0 | 1000010 | 10110 | 1001101 | 110110 | 110100 |
Color Harmonies of #A1C743
Complementary color
Monochromatic Colors of #A1C743
Black with #A1C743
Text Example
Text Example
White with #A1C743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C743; }
p { color: rgb(161,199,67); }
H1.HeaderClassName
{
color: #A1C743;
}
.AnyTagClassName
{
color: #A1C743;
}
</style>
background-color css
<style>
a { background-color: #A1C743; }
a { background-color: rgb(161,199,67); }
div.DivClassName
{
background-color: #A1C743;
}
.BgClassName
{
background-color: #A1C743;
}
</style>
border-color css
<style>
span { border-color: #A1C743; }
span { border-color: rgb(161,199,67); }
td.TdClassName
{
border-color: #A1C743;
}
.TagClassName
{
border-color: #A1C743;
}
</style>