#8EB943

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

Shades of Atlantis #8EB943

Tints of Atlantis #8EB943

Color information

#8EB943 (or 0x8EB943) is unknown color: approx Atlantis. HEX triplet: 8E, B9 and 43. RGB value is (142,185,67). Sum of RGB (Red+Green+Blue) = 142+185+67=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB943 is #7146BC. Grayscale: #9F9F9F. Windows color (decimal): -7423677 or 4438414. OLE color: 4438414.

HSL color Cylindrical-coordinate representation of color #8EB943: hue angle of 81.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EB943 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB14218567-
CMYK0.2300.640.27
HSL81.86º46.83%49.41%-
HSV(B)81.86º63.78%72.55%-
XYZ29.5240.8511.64-
YUV158.6976.25116.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=36.04%
G=46.95%
B=17.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142185670.2300.640.2781.8646.8349.41
Hex8EB943170401B522f31
Octal216271103270100331225761
Binary100011101011100110000111011101000000110111010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,67); }

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

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

 a { background-color: rgb(142,185,67); }

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

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

 span { border-color: rgb(142,185,67); }

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