#9EBE4A

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

Shades of Atlantis #9EBE4A

Tints of Atlantis #9EBE4A

Color information

#9EBE4A (or 0x9EBE4A) is unknown color: approx Atlantis. HEX triplet: 9E, BE and 4A. RGB value is (158,190,74). Sum of RGB (Red+Green+Blue) = 158+190+74=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBE4A is #6141B5. Grayscale: #A7A7A7. Windows color (decimal): -6373814 or 4898462. OLE color: 4898462.

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

Color convert

RGB15819074-
CMYK0.1700.610.25
HSL76.55º47.15%51.76%-
HSV(B)76.55º61.05%74.51%-
XYZ33.7544.5913.31-
YUV167.2175.4121.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.44%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=37.44%
G=45.02%
B=17.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158190740.1700.610.2576.5547.1551.76
Hex9EBE4A1103D194d2f34
Octal23627611221075311155764
Binary10011110101111101001010100010111101110011001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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