#9EDB46

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

Shades of Atlantis #9EDB46

Tints of Atlantis #9EDB46

Color information

#9EDB46 (or 0x9EDB46) is unknown color: approx Atlantis. HEX triplet: 9E, DB and 46. RGB value is (158,219,70). Sum of RGB (Red+Green+Blue) = 158+219+70=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB46 is #6124B9. Grayscale: #B8B8B8. Windows color (decimal): -6366394 or 4643742. OLE color: 4643742.

HSL color Cylindrical-coordinate representation of color #9EDB46: hue angle of 84.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EDB46 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB15821970-
CMYK0.2800.680.14
HSL84.56º67.42%56.67%-
HSV(B)84.56º68.04%85.88%-
XYZ40.5458.3714.93-
YUV183.7763.79109.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 219 (85.94% from 255) = 48.99%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=35.35%
G=48.99%
B=15.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158219700.2800.680.1484.5667.4256.67
Hex9EDB461C044E554339
Octal2363331063401041612510371
Binary100111101101101110001101110001000100111010101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,70); }

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

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

 a { background-color: rgb(158,219,70); }

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

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

 span { border-color: rgb(158,219,70); }

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