#9EC14D

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

Shades of Atlantis #9EC14D

Tints of Atlantis #9EC14D

Color information

#9EC14D (or 0x9EC14D) is unknown color: approx Atlantis. HEX triplet: 9E, C1 and 4D. RGB value is (158,193,77). Sum of RGB (Red+Green+Blue) = 158+193+77=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC14D is #613EB2. Grayscale: #A9A9A9. Windows color (decimal): -6373043 or 5095838. OLE color: 5095838.

HSL color Cylindrical-coordinate representation of color #9EC14D: hue angle of 78.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EC14D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB15819377-
CMYK0.1800.600.24
HSL78.1º48.33%52.94%-
HSV(B)78.1º60.1%75.69%-
XYZ34.5145.9414.07-
YUV169.3175.9119.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 45.09%
BLUE value IS 77 (30.47% from 255) = 17.99%
R=36.92%
G=45.09%
B=17.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158193770.1800.600.2478.148.3352.94
Hex9EC14D1203C184e3035
Octal23630111522074301166065
Binary10011110110000011001101100100111100110001001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,77); }

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

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

 a { background-color: rgb(158,193,77); }

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

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

 span { border-color: rgb(158,193,77); }

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