Shades of Atlantis #8ACF46
Tints of Atlantis #8ACF46
RGB
CMYK
RGB Variations
Color information
#8ACF46 (or 0x8ACF46) is known color: Atlantis. HEX triplet: 8A, CF and 46. RGB value is (138,207,70). Sum of RGB (Red+Green+Blue) = 138+207+70=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF46 is #7530B9. Grayscale: #ABABAB. Windows color (decimal): -7680186 or 4640650. OLE color: 4640650.
HSL color Cylindrical-coordinate representation of color #8ACF46: hue angle of 90.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ACF46 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 70 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.19 |
| HSL | 90.22º | 0.59% | 0.54% | - |
| HSV(B) | 90.22º | 0.66% | 0.81% | - |
| XYZ | 33.9 | 50.47 | 13.75 | - |
| YUV | 170.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 70 | 0.33 | 0 | 0.66 | 0.19 | 90.22 | 0.59 | 0.54 |
| Hex | 8A | CF | 46 | 21 | 0 | 42 | 13 | 5A | 3B | 36 |
| Octal | 212 | 317 | 106 | 41 | 0 | 102 | 23 | 132 | 73 | 66 |
| Binary | 10001010 | 11001111 | 1000110 | 100001 | 0 | 1000010 | 10011 | 1011010 | 111011 | 110110 |
Color Harmonies of #8ACF46
Complementary color
Monochromatic Colors of #8ACF46
Black with #8ACF46
Text Example
Text Example
White with #8ACF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF46; }
p { color: rgb(138,207,70); }
H1.HeaderClassName
{
color: #8ACF46;
}
.AnyTagClassName
{
color: #8ACF46;
}
</style>
background-color css
<style>
a { background-color: #8ACF46; }
a { background-color: rgb(138,207,70); }
div.DivClassName
{
background-color: #8ACF46;
}
.BgClassName
{
background-color: #8ACF46;
}
</style>
border-color css
<style>
span { border-color: #8ACF46; }
span { border-color: rgb(138,207,70); }
td.TdClassName
{
border-color: #8ACF46;
}
.TagClassName
{
border-color: #8ACF46;
}
</style>