Shades of Atlantis #A1C73B
Tints of Atlantis #A1C73B
RGB
CMYK
RGB Variations
Color information
#A1C73B (or 0xA1C73B) is known color: Atlantis. HEX triplet: A1, C7 and 3B. RGB value is (161,199,59). Sum of RGB (Red+Green+Blue) = 161+199+59=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C73B is #5E38C4. Grayscale: #ACACAC. Windows color (decimal): -6174917 or 3917729. OLE color: 3917729.
HSL color Cylindrical-coordinate representation of color #A1C73B: hue angle of 76.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1C73B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 59 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.22 |
| HSL | 76.29º | 0.56% | 0.51% | - |
| HSV(B) | 76.29º | 0.7% | 0.78% | - |
| XYZ | 35.91 | 48.74 | 11.65 | - |
| YUV | 171.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 59 | 0.19 | 0 | 0.70 | 0.22 | 76.29 | 0.56 | 0.51 |
| Hex | A1 | C7 | 3B | 13 | 0 | 46 | 16 | 4C | 38 | 33 |
| Octal | 241 | 307 | 73 | 23 | 0 | 106 | 26 | 114 | 70 | 63 |
| Binary | 10100001 | 11000111 | 111011 | 10011 | 0 | 1000110 | 10110 | 1001100 | 111000 | 110011 |
Color Harmonies of #A1C73B
Complementary color
Monochromatic Colors of #A1C73B
Black with #A1C73B
Text Example
Text Example
White with #A1C73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C73B; }
p { color: rgb(161,199,59); }
H1.HeaderClassName
{
color: #A1C73B;
}
.AnyTagClassName
{
color: #A1C73B;
}
</style>
background-color css
<style>
a { background-color: #A1C73B; }
a { background-color: rgb(161,199,59); }
div.DivClassName
{
background-color: #A1C73B;
}
.BgClassName
{
background-color: #A1C73B;
}
</style>
border-color css
<style>
span { border-color: #A1C73B; }
span { border-color: rgb(161,199,59); }
td.TdClassName
{
border-color: #A1C73B;
}
.TagClassName
{
border-color: #A1C73B;
}
</style>