#8EBD41

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

Shades of Atlantis #8EBD41

Tints of Atlantis #8EBD41

Color information

#8EBD41 (or 0x8EBD41) is unknown color: approx Atlantis. HEX triplet: 8E, BD and 41. RGB value is (142,189,65). Sum of RGB (Red+Green+Blue) = 142+189+65=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD41 is #7142BE. Grayscale: #A1A1A1. Windows color (decimal): -7422655 or 4308366. OLE color: 4308366.

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

Color convert

RGB14218965-
CMYK0.2500.660.26
HSL82.74º48.82%49.8%-
HSV(B)82.74º65.61%74.12%-
XYZ30.3142.5311.61-
YUV160.8173.93114.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 189 (74.22% from 255) = 47.73%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=35.86%
G=47.73%
B=16.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142189650.2500.660.2682.7448.8249.8
Hex8EBD41190421A533132
Octal216275101310102321236162
Binary100011101011110110000011100101000010110101010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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