Shades of Atlantis #8ACF45
Tints of Atlantis #8ACF45
RGB
CMYK
RGB Variations
Color information
#8ACF45 (or 0x8ACF45) is known color: Atlantis. HEX triplet: 8A, CF and 45. RGB value is (138,207,69). Sum of RGB (Red+Green+Blue) = 138+207+69=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF45 is #7530BA. Grayscale: #ABABAB. Windows color (decimal): -7680187 or 4575114. OLE color: 4575114.
HSL color Cylindrical-coordinate representation of color #8ACF45: hue angle of 90º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ACF45 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 69 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.19 |
| HSL | 90º | 0.59% | 0.54% | - |
| HSV(B) | 90º | 0.67% | 0.81% | - |
| XYZ | 33.87 | 50.46 | 13.58 | - |
| YUV | 170.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 69 | 0.33 | 0 | 0.67 | 0.19 | 90 | 0.59 | 0.54 |
| Hex | 8A | CF | 45 | 21 | 0 | 43 | 13 | 5A | 3B | 36 |
| Octal | 212 | 317 | 105 | 41 | 0 | 103 | 23 | 132 | 73 | 66 |
| Binary | 10001010 | 11001111 | 1000101 | 100001 | 0 | 1000011 | 10011 | 1011010 | 111011 | 110110 |
Color Harmonies of #8ACF45
Complementary color
Monochromatic Colors of #8ACF45
Black with #8ACF45
Text Example
Text Example
White with #8ACF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF45; }
p { color: rgb(138,207,69); }
H1.HeaderClassName
{
color: #8ACF45;
}
.AnyTagClassName
{
color: #8ACF45;
}
</style>
background-color css
<style>
a { background-color: #8ACF45; }
a { background-color: rgb(138,207,69); }
div.DivClassName
{
background-color: #8ACF45;
}
.BgClassName
{
background-color: #8ACF45;
}
</style>
border-color css
<style>
span { border-color: #8ACF45; }
span { border-color: rgb(138,207,69); }
td.TdClassName
{
border-color: #8ACF45;
}
.TagClassName
{
border-color: #8ACF45;
}
</style>