#9EC128

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

Shades of Bahia #9EC128

Tints of Bahia #9EC128

Color information

#9EC128 (or 0x9EC128) is unknown color: approx Bahia. HEX triplet: 9E, C1 and 28. RGB value is (158,193,40). Sum of RGB (Red+Green+Blue) = 158+193+40=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC128 is #613ED7. Grayscale: #A5A5A5. Windows color (decimal): -6373080 or 2671006. OLE color: 2671006.

HSL color Cylindrical-coordinate representation of color #9EC128: hue angle of 73.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EC128 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB15819340-
CMYK0.1800.790.24
HSL73.73º65.67%45.69%-
HSV(B)73.73º79.27%75.69%-
XYZ33.5545.569.03-
YUV165.0957.4122.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=40.41%
G=49.36%
B=10.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158193400.1800.790.2473.7365.6745.69
Hex9EC1281204F184a422e
Octal236301502201173011210256
Binary100111101100000110100010010010011111100010010101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,40); }

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

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

 a { background-color: rgb(158,193,40); }

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

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

 span { border-color: rgb(158,193,40); }

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