#9EBE4D

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

Shades of Atlantis #9EBE4D

Tints of Atlantis #9EBE4D

Color information

#9EBE4D (or 0x9EBE4D) is unknown color: approx Atlantis. HEX triplet: 9E, BE and 4D. RGB value is (158,190,77). Sum of RGB (Red+Green+Blue) = 158+190+77=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE4D is #6141B2. Grayscale: #A7A7A7. Windows color (decimal): -6373811 or 5095070. OLE color: 5095070.

HSL color Cylindrical-coordinate representation of color #9EBE4D: hue angle of 76.99º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EBE4D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB15819077-
CMYK0.1700.590.25
HSL76.99º46.5%52.35%-
HSV(B)76.99º59.47%74.51%-
XYZ33.8544.6313.85-
YUV167.5576.9121.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=37.18%
G=44.71%
B=18.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190770.1700.590.2576.9946.552.35
Hex9EBE4D1103B194d2f34
Octal23627611521073311155764
Binary10011110101111101001101100010111011110011001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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