Shades of Atlantis #A1CF4D
Tints of Atlantis #A1CF4D
RGB
CMYK
RGB Variations
Color information
#A1CF4D (or 0xA1CF4D) is known color: Atlantis. HEX triplet: A1, CF and 4D. RGB value is (161,207,77). Sum of RGB (Red+Green+Blue) = 161+207+77=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF4D is #5E30B2. Grayscale: #B2B2B2. Windows color (decimal): -6172851 or 5099425. OLE color: 5099425.
HSL color Cylindrical-coordinate representation of color #A1CF4D: hue angle of 81.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1CF4D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 77 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.19 |
| HSL | 81.23º | 0.58% | 0.56% | - |
| HSV(B) | 81.23º | 0.63% | 0.81% | - |
| XYZ | 38.35 | 52.74 | 15.18 | - |
| YUV | 178.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 77 | 0.22 | 0 | 0.63 | 0.19 | 81.23 | 0.58 | 0.56 |
| Hex | A1 | CF | 4D | 16 | 0 | 3F | 13 | 51 | 3A | 38 |
| Octal | 241 | 317 | 115 | 26 | 0 | 77 | 23 | 121 | 72 | 70 |
| Binary | 10100001 | 11001111 | 1001101 | 10110 | 0 | 111111 | 10011 | 1010001 | 111010 | 111000 |
Color Harmonies of #A1CF4D
Complementary color
Monochromatic Colors of #A1CF4D
Black with #A1CF4D
Text Example
Text Example
White with #A1CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF4D; }
p { color: rgb(161,207,77); }
H1.HeaderClassName
{
color: #A1CF4D;
}
.AnyTagClassName
{
color: #A1CF4D;
}
</style>
background-color css
<style>
a { background-color: #A1CF4D; }
a { background-color: rgb(161,207,77); }
div.DivClassName
{
background-color: #A1CF4D;
}
.BgClassName
{
background-color: #A1CF4D;
}
</style>
border-color css
<style>
span { border-color: #A1CF4D; }
span { border-color: rgb(161,207,77); }
td.TdClassName
{
border-color: #A1CF4D;
}
.TagClassName
{
border-color: #A1CF4D;
}
</style>