#9EBE40

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

Shades of Atlantis #9EBE40

Tints of Atlantis #9EBE40

Color information

#9EBE40 (or 0x9EBE40) is unknown color: approx Atlantis. HEX triplet: 9E, BE and 40. RGB value is (158,190,64). Sum of RGB (Red+Green+Blue) = 158+190+64=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBE40 is #6141BF. Grayscale: #A6A6A6. Windows color (decimal): -6373824 or 4243102. OLE color: 4243102.

HSL color Cylindrical-coordinate representation of color #9EBE40: hue angle of 75.24º degrees, saturation: 0.5, 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 #9EBE40 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB15819064-
CMYK0.1700.660.25
HSL75.24º49.61%49.8%-
HSV(B)75.24º66.32%74.51%-
XYZ33.4444.4711.67-
YUV166.0770.4122.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.35%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=38.35%
G=46.12%
B=15.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190640.1700.660.2575.2449.6149.8
Hex9EBE4011042194b3232
Octal236276100210102311136262
Binary100111101011111010000001000101000010110011001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBE40; }

 p { color: rgb(158,190,64); }

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

<style>
 a { background-color: #9EBE40; }

 a { background-color: rgb(158,190,64); }

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

<style>
 span { border-color: #9EBE40; }

 span { border-color: rgb(158,190,64); }

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