Shades of Atlantis #A0CF4B
Tints of Atlantis #A0CF4B
RGB
CMYK
RGB Variations
Color information
#A0CF4B (or 0xA0CF4B) is known color: Atlantis. HEX triplet: A0, CF and 4B. RGB value is (160,207,75). Sum of RGB (Red+Green+Blue) = 160+207+75=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF4B is #5F30B4. Grayscale: #B2B2B2. Windows color (decimal): -6238389 or 4968352. OLE color: 4968352.
HSL color Cylindrical-coordinate representation of color #A0CF4B: hue angle of 81.36º 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 #A0CF4B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 75 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.19 |
| HSL | 81.36º | 0.58% | 0.55% | - |
| HSV(B) | 81.36º | 0.64% | 0.81% | - |
| XYZ | 38.08 | 52.61 | 14.8 | - |
| YUV | 177.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 75 | 0.23 | 0 | 0.64 | 0.19 | 81.36 | 0.58 | 0.55 |
| Hex | A0 | CF | 4B | 17 | 0 | 40 | 13 | 51 | 3A | 37 |
| Octal | 240 | 317 | 113 | 27 | 0 | 100 | 23 | 121 | 72 | 67 |
| Binary | 10100000 | 11001111 | 1001011 | 10111 | 0 | 1000000 | 10011 | 1010001 | 111010 | 110111 |
Color Harmonies of #A0CF4B
Complementary color
Monochromatic Colors of #A0CF4B
Black with #A0CF4B
Text Example
Text Example
White with #A0CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF4B; }
p { color: rgb(160,207,75); }
H1.HeaderClassName
{
color: #A0CF4B;
}
.AnyTagClassName
{
color: #A0CF4B;
}
</style>
background-color css
<style>
a { background-color: #A0CF4B; }
a { background-color: rgb(160,207,75); }
div.DivClassName
{
background-color: #A0CF4B;
}
.BgClassName
{
background-color: #A0CF4B;
}
</style>
border-color css
<style>
span { border-color: #A0CF4B; }
span { border-color: rgb(160,207,75); }
td.TdClassName
{
border-color: #A0CF4B;
}
.TagClassName
{
border-color: #A0CF4B;
}
</style>