#9EC54A

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

Shades of Atlantis #9EC54A

Tints of Atlantis #9EC54A

Color information

#9EC54A (or 0x9EC54A) is unknown color: approx Atlantis. HEX triplet: 9E, C5 and 4A. RGB value is (158,197,74). Sum of RGB (Red+Green+Blue) = 158+197+74=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC54A is #613AB5. Grayscale: #ABABAB. Windows color (decimal): -6372022 or 4900254. OLE color: 4900254.

HSL color Cylindrical-coordinate representation of color #9EC54A: hue angle of 79.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC54A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB15819774-
CMYK0.2000.620.23
HSL79.02º51.46%53.14%-
HSV(B)79.02º62.44%77.25%-
XYZ35.347.713.82-
YUV171.3273.08118.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 197 (77.34% from 255) = 45.92%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=36.83%
G=45.92%
B=17.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal158197740.2000.620.2379.0251.4653.14
Hex9EC54A1403E174f3335
Octal23630511224076271176365
Binary10011110110001011001010101000111110101111001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,197,74); }

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

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

 a { background-color: rgb(158,197,74); }

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

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

 span { border-color: rgb(158,197,74); }

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