#8EBD45

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

Shades of Atlantis #8EBD45

Tints of Atlantis #8EBD45

Color information

#8EBD45 (or 0x8EBD45) is unknown color: approx Atlantis. HEX triplet: 8E, BD and 45. RGB value is (142,189,69). Sum of RGB (Red+Green+Blue) = 142+189+69=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD45 is #7142BA. Grayscale: #A1A1A1. Windows color (decimal): -7422651 or 4570510. OLE color: 4570510.

HSL color Cylindrical-coordinate representation of color #8EBD45: hue angle of 83.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EBD45 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB14218969-
CMYK0.2500.630.26
HSL83.5º47.62%50.59%-
HSV(B)83.5º63.49%74.12%-
XYZ30.4342.5812.24-
YUV161.2775.93114.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 189 (74.22% from 255) = 47.25%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=35.5%
G=47.25%
B=17.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142189690.2500.630.2683.547.6250.59
Hex8EBD451903F1A543033
Octal21627510531077321246063
Binary10001110101111011000101110010111111110101010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,189,69); }

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

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

 a { background-color: rgb(142,189,69); }

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

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

 span { border-color: rgb(142,189,69); }

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