#9ec61e

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

Shades of Bahia #9EC61E

Tints of Bahia #9EC61E

Color information

#9EC61E (or 0x9EC61E) is unknown color: approx Bahia. HEX triplet: 9E, C6 and 1E. RGB value is (158,198,30). Sum of RGB (Red+Green+Blue) = 158+198+30=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC61E is #6139E1. Grayscale: #A7A7A7. Windows color (decimal): -6371810 or 2016926. OLE color: 2016926.

HSL color Cylindrical-coordinate representation of color #9EC61E: hue angle of 74.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EC61E is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB15819830-
CMYK0.2000.850.22
HSL74.29º73.68%44.71%-
HSV(B)74.29º84.85%77.65%-
XYZ34.5347.758.63-
YUV166.8950.75121.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 198 (77.73% from 255) = 51.30%
BLUE value IS 30 (12.11% from 255) = 7.77%
R=40.93%
G=51.30%
B=7.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158198300.2000.850.2274.2973.6844.71
Hex9EC61E14055164a4a2d
Octal236306362401252611211255
Binary10011110110001101111010100010101011011010010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec61e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,198,30); }

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

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

 a { background-color: rgb(158,198,30); }

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

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

 span { border-color: rgb(158,198,30); }

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