#8EBE41

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

Shades of Atlantis #8EBE41

Tints of Atlantis #8EBE41

Color information

#8EBE41 (or 0x8EBE41) is unknown color: approx Atlantis. HEX triplet: 8E, BE and 41. RGB value is (142,190,65). Sum of RGB (Red+Green+Blue) = 142+190+65=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBE41 is #7141BE. Grayscale: #A1A1A1. Windows color (decimal): -7422399 or 4308622. OLE color: 4308622.

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

Color convert

RGB14219065-
CMYK0.2500.660.25
HSL83.04º49.02%50%-
HSV(B)83.04º65.79%74.51%-
XYZ30.5242.9611.68-
YUV161.473.6114.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=35.77%
G=47.86%
B=16.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142190650.2500.660.2583.0449.0250
Hex8EBE411904219533132
Octal216276101310102311236162
Binary100011101011111010000011100101000010110011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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