Shades of Atlantis #A1C93F
Tints of Atlantis #A1C93F
RGB
CMYK
RGB Variations
Color information
#A1C93F (or 0xA1C93F) is known color: Atlantis. HEX triplet: A1, C9 and 3F. RGB value is (161,201,63). Sum of RGB (Red+Green+Blue) = 161+201+63=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C93F is #5E36C0. Grayscale: #ADADAD. Windows color (decimal): -6174401 or 4180385. OLE color: 4180385.
HSL color Cylindrical-coordinate representation of color #A1C93F: hue angle of 77.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1C93F is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 63 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.21 |
| HSL | 77.39º | 0.56% | 0.52% | - |
| HSV(B) | 77.39º | 0.69% | 0.79% | - |
| XYZ | 36.48 | 49.71 | 12.37 | - |
| YUV | 173.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 63 | 0.20 | 0 | 0.69 | 0.21 | 77.39 | 0.56 | 0.52 |
| Hex | A1 | C9 | 3F | 14 | 0 | 45 | 15 | 4D | 38 | 34 |
| Octal | 241 | 311 | 77 | 24 | 0 | 105 | 25 | 115 | 70 | 64 |
| Binary | 10100001 | 11001001 | 111111 | 10100 | 0 | 1000101 | 10101 | 1001101 | 111000 | 110100 |
Color Harmonies of #A1C93F
Complementary color
Monochromatic Colors of #A1C93F
Black with #A1C93F
Text Example
Text Example
White with #A1C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C93F; }
p { color: rgb(161,201,63); }
H1.HeaderClassName
{
color: #A1C93F;
}
.AnyTagClassName
{
color: #A1C93F;
}
</style>
background-color css
<style>
a { background-color: #A1C93F; }
a { background-color: rgb(161,201,63); }
div.DivClassName
{
background-color: #A1C93F;
}
.BgClassName
{
background-color: #A1C93F;
}
</style>
border-color css
<style>
span { border-color: #A1C93F; }
span { border-color: rgb(161,201,63); }
td.TdClassName
{
border-color: #A1C93F;
}
.TagClassName
{
border-color: #A1C93F;
}
</style>