#9EC742

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

Shades of Atlantis #9EC742

Tints of Atlantis #9EC742

Color information

#9EC742 (or 0x9EC742) is unknown color: approx Atlantis. HEX triplet: 9E, C7 and 42. RGB value is (158,199,66). Sum of RGB (Red+Green+Blue) = 158+199+66=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC742 is #6138BD. Grayscale: #ACACAC. Windows color (decimal): -6371518 or 4376478. OLE color: 4376478.

HSL color Cylindrical-coordinate representation of color #9EC742: hue angle of 78.5º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC742 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB15819966-
CMYK0.2100.670.22
HSL78.5º54.29%51.96%-
HSV(B)78.5º66.83%78.04%-
XYZ35.5148.5112.65-
YUV171.5868.42118.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 199 (78.12% from 255) = 47.04%
BLUE value IS 66 (26.17% from 255) = 15.60%
R=37.35%
G=47.04%
B=15.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158199660.2100.670.2278.554.2951.96
Hex9EC74215043164e3634
Octal236307102250103261166664
Binary100111101100011110000101010101000011101101001110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,199,66); }

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

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

 a { background-color: rgb(158,199,66); }

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

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

 span { border-color: rgb(158,199,66); }

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