#9EBB40

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

Shades of Atlantis #9EBB40

Tints of Atlantis #9EBB40

Color information

#9EBB40 (or 0x9EBB40) is unknown color: approx Atlantis. HEX triplet: 9E, BB and 40. RGB value is (158,187,64). Sum of RGB (Red+Green+Blue) = 158+187+64=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBB40 is #6144BF. Grayscale: #A4A4A4. Windows color (decimal): -6374592 or 4242334. OLE color: 4242334.

HSL color Cylindrical-coordinate representation of color #9EBB40: hue angle of 74.15º 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 #9EBB40 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15818764-
CMYK0.1600.660.27
HSL74.15º49%49.22%-
HSV(B)74.15º65.78%73.33%-
XYZ32.843.1811.46-
YUV164.3171.39123.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 187 (73.44% from 255) = 45.72%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=38.63%
G=45.72%
B=15.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158187640.1600.660.2774.154949.22
Hex9EBB40100421B4a3131
Octal236273100200102331126161
Binary100111101011101110000001000001000010110111001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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