Shades of Atlantis #A1CF4F
Tints of Atlantis #A1CF4F
RGB
CMYK
RGB Variations
Color information
#A1CF4F (or 0xA1CF4F) is known color: Atlantis. HEX triplet: A1, CF and 4F. RGB value is (161,207,79). Sum of RGB (Red+Green+Blue) = 161+207+79=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF4F is #5E30B0. Grayscale: #B3B3B3. Windows color (decimal): -6172849 or 5230497. OLE color: 5230497.
HSL color Cylindrical-coordinate representation of color #A1CF4F: hue angle of 81.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1CF4F is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 79 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.19 |
| HSL | 81.56º | 0.57% | 0.56% | - |
| HSV(B) | 81.56º | 0.62% | 0.81% | - |
| XYZ | 38.42 | 52.77 | 15.56 | - |
| YUV | 178.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 79 | 0.22 | 0 | 0.62 | 0.19 | 81.56 | 0.57 | 0.56 |
| Hex | A1 | CF | 4F | 16 | 0 | 3E | 13 | 52 | 39 | 38 |
| Octal | 241 | 317 | 117 | 26 | 0 | 76 | 23 | 122 | 71 | 70 |
| Binary | 10100001 | 11001111 | 1001111 | 10110 | 0 | 111110 | 10011 | 1010010 | 111001 | 111000 |
Color Harmonies of #A1CF4F
Complementary color
Monochromatic Colors of #A1CF4F
Black with #A1CF4F
Text Example
Text Example
White with #A1CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF4F; }
p { color: rgb(161,207,79); }
H1.HeaderClassName
{
color: #A1CF4F;
}
.AnyTagClassName
{
color: #A1CF4F;
}
</style>
background-color css
<style>
a { background-color: #A1CF4F; }
a { background-color: rgb(161,207,79); }
div.DivClassName
{
background-color: #A1CF4F;
}
.BgClassName
{
background-color: #A1CF4F;
}
</style>
border-color css
<style>
span { border-color: #A1CF4F; }
span { border-color: rgb(161,207,79); }
td.TdClassName
{
border-color: #A1CF4F;
}
.TagClassName
{
border-color: #A1CF4F;
}
</style>