#9EC74A

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

Shades of Atlantis #9EC74A

Tints of Atlantis #9EC74A

Color information

#9EC74A (or 0x9EC74A) is unknown color: approx Atlantis. HEX triplet: 9E, C7 and 4A. RGB value is (158,199,74). Sum of RGB (Red+Green+Blue) = 158+199+74=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC74A is #6138B5. Grayscale: #ACACAC. Windows color (decimal): -6371510 or 4900766. OLE color: 4900766.

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

Color convert

RGB15819974-
CMYK0.2100.630.22
HSL79.68º52.74%53.53%-
HSV(B)79.68º62.81%78.04%-
XYZ35.7648.6113.98-
YUV172.4972.42117.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.66%
GREEN value IS 199 (78.12% from 255) = 46.17%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=36.66%
G=46.17%
B=17.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158199740.2100.630.2279.6852.7453.53
Hex9EC74A1503F16503536
Octal23630711225077261206566
Binary10011110110001111001010101010111111101101010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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