#9EC945

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

Shades of Atlantis #9EC945

Tints of Atlantis #9EC945

Color information

#9EC945 (or 0x9EC945) is unknown color: approx Atlantis. HEX triplet: 9E, C9 and 45. RGB value is (158,201,69). Sum of RGB (Red+Green+Blue) = 158+201+69=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC945 is #6136BA. Grayscale: #ADADAD. Windows color (decimal): -6371003 or 4573598. OLE color: 4573598.

HSL color Cylindrical-coordinate representation of color #9EC945: hue angle of 79.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EC945 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB15820169-
CMYK0.2100.660.21
HSL79.55º55%52.94%-
HSV(B)79.55º65.67%78.82%-
XYZ36.0649.4713.28-
YUV173.169.25117.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=36.92%
G=46.96%
B=16.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158201690.2100.660.2179.555552.94
Hex9EC9451504215503735
Octal236311105250102251206765
Binary100111101100100110001011010101000010101011010000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,201,69); }

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

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

 a { background-color: rgb(158,201,69); }

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

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

 span { border-color: rgb(158,201,69); }

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