#9EBD40

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

Shades of Atlantis #9EBD40

Tints of Atlantis #9EBD40

Color information

#9EBD40 (or 0x9EBD40) is unknown color: approx Atlantis. HEX triplet: 9E, BD and 40. RGB value is (158,189,64). Sum of RGB (Red+Green+Blue) = 158+189+64=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD40 is #6142BF. Grayscale: #A5A5A5. Windows color (decimal): -6374080 or 4242846. OLE color: 4242846.

HSL color Cylindrical-coordinate representation of color #9EBD40: hue angle of 74.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EBD40 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB15818964-
CMYK0.1600.660.26
HSL74.88º49.41%49.61%-
HSV(B)74.88º66.14%74.12%-
XYZ33.2244.0311.6-
YUV165.4870.73122.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=38.44%
G=45.99%
B=15.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158189640.1600.660.2674.8849.4149.61
Hex9EBD40100421A4b3132
Octal236275100200102321136162
Binary100111101011110110000001000001000010110101001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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