#9EBA40

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

Shades of Atlantis #9EBA40

Tints of Atlantis #9EBA40

Color information

#9EBA40 (or 0x9EBA40) is unknown color: approx Atlantis. HEX triplet: 9E, BA and 40. RGB value is (158,186,64). Sum of RGB (Red+Green+Blue) = 158+186+64=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA40 is #6145BF. Grayscale: #A4A4A4. Windows color (decimal): -6374848 or 4242078. OLE color: 4242078.

HSL color Cylindrical-coordinate representation of color #9EBA40: hue angle of 73.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EBA40 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15818664-
CMYK0.1500.660.27
HSL73.77º48.8%49.02%-
HSV(B)73.77º65.59%72.94%-
XYZ32.5842.7611.39-
YUV163.7271.72123.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=38.73%
G=45.59%
B=15.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158186640.1500.660.2773.7748.849.02
Hex9EBA40F0421B4a3131
Octal236272100170102331126161
Binary10011110101110101000000111101000010110111001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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