#9EC354

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

Shades of Atlantis #9EC354

Tints of Atlantis #9EC354

Color information

#9EC354 (or 0x9EC354) is unknown color: approx Atlantis. HEX triplet: 9E, C3 and 54. RGB value is (158,195,84). Sum of RGB (Red+Green+Blue) = 158+195+84=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC354 is #613CAB. Grayscale: #ABABAB. Windows color (decimal): -6372524 or 5555102. OLE color: 5555102.

HSL color Cylindrical-coordinate representation of color #9EC354: hue angle of 80º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EC354 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB15819584-
CMYK0.1900.570.24
HSL80º48.05%54.71%-
HSV(B)80º56.92%76.47%-
XYZ35.2246.9415.59-
YUV171.2878.74118.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=36.16%
G=44.62%
B=19.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158195840.1900.570.248048.0554.71
Hex9EC3541303918503037
Octal23630312423071301206067
Binary10011110110000111010100100110111001110001010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,84); }

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

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

 a { background-color: rgb(158,195,84); }

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

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

 span { border-color: rgb(158,195,84); }

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