Shades of Atlantis #A1C344
Tints of Atlantis #A1C344
RGB
CMYK
RGB Variations
Color information
#A1C344 (or 0xA1C344) is known color: Atlantis. HEX triplet: A1, C3 and 44. RGB value is (161,195,68). Sum of RGB (Red+Green+Blue) = 161+195+68=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C344 is #5E3CBB. Grayscale: #AAAAAA. Windows color (decimal): -6175932 or 4506529. OLE color: 4506529.
HSL color Cylindrical-coordinate representation of color #A1C344: hue angle of 76.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1C344 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 68 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.24 |
| HSL | 76.06º | 0.51% | 0.52% | - |
| HSV(B) | 76.06º | 0.65% | 0.76% | - |
| XYZ | 35.26 | 47.02 | 12.69 | - |
| YUV | 170.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 68 | 0.17 | 0 | 0.65 | 0.24 | 76.06 | 0.51 | 0.52 |
| Hex | A1 | C3 | 44 | 11 | 0 | 41 | 18 | 4C | 33 | 34 |
| Octal | 241 | 303 | 104 | 21 | 0 | 101 | 30 | 114 | 63 | 64 |
| Binary | 10100001 | 11000011 | 1000100 | 10001 | 0 | 1000001 | 11000 | 1001100 | 110011 | 110100 |
Color Harmonies of #A1C344
Complementary color
Monochromatic Colors of #A1C344
Black with #A1C344
Text Example
Text Example
White with #A1C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C344; }
p { color: rgb(161,195,68); }
H1.HeaderClassName
{
color: #A1C344;
}
.AnyTagClassName
{
color: #A1C344;
}
</style>
background-color css
<style>
a { background-color: #A1C344; }
a { background-color: rgb(161,195,68); }
div.DivClassName
{
background-color: #A1C344;
}
.BgClassName
{
background-color: #A1C344;
}
</style>
border-color css
<style>
span { border-color: #A1C344; }
span { border-color: rgb(161,195,68); }
td.TdClassName
{
border-color: #A1C344;
}
.TagClassName
{
border-color: #A1C344;
}
</style>