#8AC944

Color #8AC944 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8AC944

Tints of Atlantis #8AC944

Color information

#8AC944 (or 0x8AC944) is unknown color: approx Atlantis. HEX triplet: 8A, C9 and 44. RGB value is (138,201,68). Sum of RGB (Red+Green+Blue) = 138+201+68=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC944 is #7536BB. Grayscale: #A7A7A7. Windows color (decimal): -7681724 or 4508042. OLE color: 4508042.

HSL color Cylindrical-coordinate representation of color #8AC944: hue angle of 88.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AC944 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB13820168-
CMYK0.3100.660.21
HSL88.42º55.19%52.75%-
HSV(B)88.42º66.17%78.82%-
XYZ32.4147.5912.95-
YUV16772.13107.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 201 (78.91% from 255) = 49.39%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=33.91%
G=49.39%
B=16.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138201680.3100.660.2188.4255.1952.75
Hex8AC9441F04215583735
Octal212311104370102251306765
Binary100010101100100110001001111101000010101011011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AC944; }

 p { color: rgb(138,201,68); }

 H1.HeaderClassName
 {
   color: #8AC944;
 }
 .AnyTagClassName
 {
   color: #8AC944;
 }
</style>
background-color css

<style>
 a { background-color: #8AC944; }

 a { background-color: rgb(138,201,68); }

 div.DivClassName
 {
   background-color: #8AC944;
 }
 .BgClassName
 {
   background-color: #8AC944;
 }
</style>
border-color css

<style>
 span { border-color: #8AC944; }

 span { border-color: rgb(138,201,68); }

 td.TdClassName
 {
   border-color: #8AC944;
 }
 .TagClassName
 {
   border-color: #8AC944;
 }
</style>