#9EDB4C

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

Shades of Atlantis #9EDB4C

Tints of Atlantis #9EDB4C

Color information

#9EDB4C (or 0x9EDB4C) is unknown color: approx Atlantis. HEX triplet: 9E, DB and 4C. RGB value is (158,219,76). Sum of RGB (Red+Green+Blue) = 158+219+76=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB4C is #6124B3. Grayscale: #B8B8B8. Windows color (decimal): -6366388 or 5036958. OLE color: 5036958.

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

Color convert

RGB15821976-
CMYK0.2800.650.14
HSL85.59º66.51%57.84%-
HSV(B)85.59º65.3%85.88%-
XYZ40.7458.4515.97-
YUV184.4666.79109.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 219 (85.94% from 255) = 48.34%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=34.88%
G=48.34%
B=16.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158219760.2800.650.1485.5966.5157.84
Hex9EDB4C1C041E56433a
Octal2363331143401011612610372
Binary100111101101101110011001110001000001111010101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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