Shades of Atlantis #8ACB44
Tints of Atlantis #8ACB44
RGB
CMYK
RGB Variations
Color information
#8ACB44 (or 0x8ACB44) is known color: Atlantis. HEX triplet: 8A, CB and 44. RGB value is (138,203,68). Sum of RGB (Red+Green+Blue) = 138+203+68=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB44 is #7534BB. Grayscale: #A8A8A8. Windows color (decimal): -7681212 or 4508554. OLE color: 4508554.
HSL color Cylindrical-coordinate representation of color #8ACB44: hue angle of 88.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ACB44 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 68 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.20 |
| HSL | 88.89º | 0.56% | 0.53% | - |
| HSV(B) | 88.89º | 0.67% | 0.8% | - |
| XYZ | 32.88 | 48.53 | 13.1 | - |
| YUV | 168.18 | 71.47 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 68 | 0.32 | 0 | 0.67 | 0.20 | 88.89 | 0.56 | 0.53 |
| Hex | 8A | CB | 44 | 20 | 0 | 43 | 14 | 59 | 38 | 35 |
| Octal | 212 | 313 | 104 | 40 | 0 | 103 | 24 | 131 | 70 | 65 |
| Binary | 10001010 | 11001011 | 1000100 | 100000 | 0 | 1000011 | 10100 | 1011001 | 111000 | 110101 |
Color Harmonies of #8ACB44
Complementary color
Monochromatic Colors of #8ACB44
Black with #8ACB44
Text Example
Text Example
White with #8ACB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB44; }
p { color: rgb(138,203,68); }
H1.HeaderClassName
{
color: #8ACB44;
}
.AnyTagClassName
{
color: #8ACB44;
}
</style>
background-color css
<style>
a { background-color: #8ACB44; }
a { background-color: rgb(138,203,68); }
div.DivClassName
{
background-color: #8ACB44;
}
.BgClassName
{
background-color: #8ACB44;
}
</style>
border-color css
<style>
span { border-color: #8ACB44; }
span { border-color: rgb(138,203,68); }
td.TdClassName
{
border-color: #8ACB44;
}
.TagClassName
{
border-color: #8ACB44;
}
</style>