Shades of Atlantis #8ACF3D
Tints of Atlantis #8ACF3D
RGB
CMYK
RGB Variations
Color information
#8ACF3D (or 0x8ACF3D) is known color: Atlantis. HEX triplet: 8A, CF and 3D. RGB value is (138,207,61). Sum of RGB (Red+Green+Blue) = 138+207+61=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF3D is #7530C2. Grayscale: #AAAAAA. Windows color (decimal): -7680195 or 4050826. OLE color: 4050826.
HSL color Cylindrical-coordinate representation of color #8ACF3D: hue angle of 88.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ACF3D is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 61 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.19 |
| HSL | 88.36º | 0.6% | 0.53% | - |
| HSV(B) | 88.36º | 0.71% | 0.81% | - |
| XYZ | 33.64 | 50.37 | 12.36 | - |
| YUV | 169.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 61 | 0.33 | 0 | 0.71 | 0.19 | 88.36 | 0.6 | 0.53 |
| Hex | 8A | CF | 3D | 21 | 0 | 47 | 13 | 58 | 3C | 35 |
| Octal | 212 | 317 | 75 | 41 | 0 | 107 | 23 | 130 | 74 | 65 |
| Binary | 10001010 | 11001111 | 111101 | 100001 | 0 | 1000111 | 10011 | 1011000 | 111100 | 110101 |
Color Harmonies of #8ACF3D
Complementary color
Monochromatic Colors of #8ACF3D
Black with #8ACF3D
Text Example
Text Example
White with #8ACF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF3D; }
p { color: rgb(138,207,61); }
H1.HeaderClassName
{
color: #8ACF3D;
}
.AnyTagClassName
{
color: #8ACF3D;
}
</style>
background-color css
<style>
a { background-color: #8ACF3D; }
a { background-color: rgb(138,207,61); }
div.DivClassName
{
background-color: #8ACF3D;
}
.BgClassName
{
background-color: #8ACF3D;
}
</style>
border-color css
<style>
span { border-color: #8ACF3D; }
span { border-color: rgb(138,207,61); }
td.TdClassName
{
border-color: #8ACF3D;
}
.TagClassName
{
border-color: #8ACF3D;
}
</style>