Shades of Atlantis #A1C83D
Tints of Atlantis #A1C83D
RGB
CMYK
RGB Variations
Color information
#A1C83D (or 0xA1C83D) is known color: Atlantis. HEX triplet: A1, C8 and 3D. RGB value is (161,200,61). Sum of RGB (Red+Green+Blue) = 161+200+61=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C83D is #5E37C2. Grayscale: #ADADAD. Windows color (decimal): -6174659 or 4049057. OLE color: 4049057.
HSL color Cylindrical-coordinate representation of color #A1C83D: hue angle of 76.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1C83D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 61 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.22 |
| HSL | 76.83º | 0.56% | 0.51% | - |
| HSV(B) | 76.83º | 0.7% | 0.78% | - |
| XYZ | 36.19 | 49.22 | 12.01 | - |
| YUV | 172.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 61 | 0.19 | 0 | 0.69 | 0.22 | 76.83 | 0.56 | 0.51 |
| Hex | A1 | C8 | 3D | 13 | 0 | 45 | 16 | 4D | 38 | 33 |
| Octal | 241 | 310 | 75 | 23 | 0 | 105 | 26 | 115 | 70 | 63 |
| Binary | 10100001 | 11001000 | 111101 | 10011 | 0 | 1000101 | 10110 | 1001101 | 111000 | 110011 |
Color Harmonies of #A1C83D
Complementary color
Monochromatic Colors of #A1C83D
Black with #A1C83D
Text Example
Text Example
White with #A1C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C83D; }
p { color: rgb(161,200,61); }
H1.HeaderClassName
{
color: #A1C83D;
}
.AnyTagClassName
{
color: #A1C83D;
}
</style>
background-color css
<style>
a { background-color: #A1C83D; }
a { background-color: rgb(161,200,61); }
div.DivClassName
{
background-color: #A1C83D;
}
.BgClassName
{
background-color: #A1C83D;
}
</style>
border-color css
<style>
span { border-color: #A1C83D; }
span { border-color: rgb(161,200,61); }
td.TdClassName
{
border-color: #A1C83D;
}
.TagClassName
{
border-color: #A1C83D;
}
</style>