Shades of Atlantis #A1CF4B
Tints of Atlantis #A1CF4B
RGB
CMYK
RGB Variations
Color information
#A1CF4B (or 0xA1CF4B) is known color: Atlantis. HEX triplet: A1, CF and 4B. RGB value is (161,207,75). Sum of RGB (Red+Green+Blue) = 161+207+75=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CF4B is #5E30B4. Grayscale: #B2B2B2. Windows color (decimal): -6172853 or 4968353. OLE color: 4968353.
HSL color Cylindrical-coordinate representation of color #A1CF4B: hue angle of 80.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1CF4B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 75 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.19 |
| HSL | 80.91º | 0.58% | 0.55% | - |
| HSV(B) | 80.91º | 0.64% | 0.81% | - |
| XYZ | 38.28 | 52.71 | 14.81 | - |
| YUV | 178.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 75 | 0.22 | 0 | 0.64 | 0.19 | 80.91 | 0.58 | 0.55 |
| Hex | A1 | CF | 4B | 16 | 0 | 40 | 13 | 51 | 3A | 37 |
| Octal | 241 | 317 | 113 | 26 | 0 | 100 | 23 | 121 | 72 | 67 |
| Binary | 10100001 | 11001111 | 1001011 | 10110 | 0 | 1000000 | 10011 | 1010001 | 111010 | 110111 |
Color Harmonies of #A1CF4B
Complementary color
Monochromatic Colors of #A1CF4B
Black with #A1CF4B
Text Example
Text Example
White with #A1CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF4B; }
p { color: rgb(161,207,75); }
H1.HeaderClassName
{
color: #A1CF4B;
}
.AnyTagClassName
{
color: #A1CF4B;
}
</style>
background-color css
<style>
a { background-color: #A1CF4B; }
a { background-color: rgb(161,207,75); }
div.DivClassName
{
background-color: #A1CF4B;
}
.BgClassName
{
background-color: #A1CF4B;
}
</style>
border-color css
<style>
span { border-color: #A1CF4B; }
span { border-color: rgb(161,207,75); }
td.TdClassName
{
border-color: #A1CF4B;
}
.TagClassName
{
border-color: #A1CF4B;
}
</style>