#9EC01F

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

Shades of Bahia #9EC01F

Tints of Bahia #9EC01F

Color information

#9EC01F (or 0x9EC01F) is unknown color: approx Bahia. HEX triplet: 9E, C0 and 1F. RGB value is (158,192,31). Sum of RGB (Red+Green+Blue) = 158+192+31=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC01F is #613FE0. Grayscale: #A4A4A4. Windows color (decimal): -6373345 or 2080926. OLE color: 2080926.

HSL color Cylindrical-coordinate representation of color #9EC01F: hue angle of 72.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC01F is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB15819231-
CMYK0.1800.840.25
HSL72.67º72.2%43.73%-
HSV(B)72.67º83.85%75.29%-
XYZ33.245.078.25-
YUV163.4853.24124.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 31 (12.5% from 255) = 8.14%
R=41.47%
G=50.39%
B=8.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158192310.1800.840.2572.6772.243.73
Hex9EC01F120541949482c
Octal236300372201243111111054
Binary10011110110000001111110010010101001100110010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,31); }

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

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

 a { background-color: rgb(158,192,31); }

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

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

 span { border-color: rgb(158,192,31); }

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