#8AC043

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

Shades of Atlantis #8AC043

Tints of Atlantis #8AC043

Color information

#8AC043 (or 0x8AC043) is unknown color: approx Atlantis. HEX triplet: 8A, C0 and 43. RGB value is (138,192,67). Sum of RGB (Red+Green+Blue) = 138+192+67=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC043 is #753FBC. Grayscale: #A2A2A2. Windows color (decimal): -7684029 or 4440202. OLE color: 4440202.

HSL color Cylindrical-coordinate representation of color #8AC043: hue angle of 85.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AC043 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB13819267-
CMYK0.2800.650.25
HSL85.92º49.8%50.78%-
HSV(B)85.92º65.1%75.29%-
XYZ30.3443.5112.11-
YUV161.674.61111.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 67 (26.56% from 255) = 16.88%
R=34.76%
G=48.36%
B=16.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192670.2800.650.2585.9249.850.78
Hex8AC0431C04119563233
Octal212300103340101311266263
Binary100010101100000010000111110001000001110011010110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,67); }

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

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

 a { background-color: rgb(138,192,67); }

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

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

 span { border-color: rgb(138,192,67); }

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