#9ec81e

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

Shades of Bahia #9EC81E

Tints of Bahia #9EC81E

Color information

#9EC81E (or 0x9EC81E) is unknown color: approx Bahia. HEX triplet: 9E, C8 and 1E. RGB value is (158,200,30). Sum of RGB (Red+Green+Blue) = 158+200+30=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC81E is #6137E1. Grayscale: #A8A8A8. Windows color (decimal): -6371298 or 2017438. OLE color: 2017438.

HSL color Cylindrical-coordinate representation of color #9EC81E: hue angle of 74.82º 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 #9EC81E is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB15820030-
CMYK0.2100.850.22
HSL74.82º73.91%45.1%-
HSV(B)74.82º85%78.43%-
XYZ34.9948.678.78-
YUV168.0650.09120.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 200 (78.52% from 255) = 51.55%
BLUE value IS 30 (12.11% from 255) = 7.73%
R=40.72%
G=51.55%
B=7.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158200300.2100.850.2274.8273.9145.1
Hex9EC81E15055164b4a2d
Octal236310362501252611311255
Binary10011110110010001111010101010101011011010010111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec81e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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