Html Css Color HEX #9EC120 Bahia

📋 copy color: '#9EC120'

red 158 ◦ green 193 ◦ blue 32

#9EC120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EC120

Tints of Bahia #9EC120

RGB

 RED value IS 158 (62.11% from 255) = 41.25%

 GREEN value IS 193 (75.78% from 255) = 50.39%

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 41.25%
G = 50.39%
B = 8.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#9EC120 (or 0x9EC120) is known color: Bahia. HEX triplet: 9E, C1 and 20. RGB value is (158,193,32). Sum of RGB (Red+Green+Blue) = 158+193+32=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC120 is #613EDF. Grayscale: #A4A4A4. Windows color (decimal): -6373088 or 2146718. OLE color: 2146718.

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

Color convert

RGB 158 193 32 -
CMYK 0.18 0 0.83 0.24
HSL 73.04º 0.72% 0.44% -
HSV(B) 73.04º 0.83% 0.76% -
XYZ 33.43 45.51 8.39 -
YUV 164.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 158 193 32 0.18 0 0.83 0.24 73.04 0.72 0.44
Hex 9E C1 20 12 0 53 18 49 48 2C
Octal 236 301 40 22 0 123 30 111 110 54
Binary 10011110 11000001 100000 10010 0 1010011 11000 1001001 1001000 101100

Color Harmonies of #9EC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC120

Black with #9EC120

Text Example


Text Example

White with #9EC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC120;
 }
 .AnyTagClassName
 {
   color: #9EC120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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