Html Css Color HEX #9EC420 Bahia

📋 copy color: '#9EC420'

red 158 ◦ green 196 ◦ blue 32

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

Shades of Bahia #9EC420

Tints of Bahia #9EC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.78%

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

R = 40.93%
G = 50.78%
B = 8.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9EC420 (or 0x9EC420) is known color: Bahia. HEX triplet: 9E, C4 and 20. RGB value is (158,196,32). Sum of RGB (Red+Green+Blue) = 158+196+32=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC420 is #613BDF. Grayscale: #A6A6A6. Windows color (decimal): -6372320 or 2147486. OLE color: 2147486.

HSL color Cylindrical-coordinate representation of color #9EC420: hue angle of 73.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC420 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 32 -
CMYK 0.19 0 0.84 0.23
HSL 73.9º 0.72% 0.45% -
HSV(B) 73.9º 0.84% 0.77% -
XYZ 34.1 46.85 8.61 -
YUV 165.94 52.41 122.34 -
System Red Green Blue C M Y K H S L
Decimal 158 196 32 0.19 0 0.84 0.23 73.9 0.72 0.45
Hex 9E C4 20 13 0 54 17 4A 48 2D
Octal 236 304 40 23 0 124 27 112 110 55
Binary 10011110 11000100 100000 10011 0 1010100 10111 1001010 1001000 101101

Color Harmonies of #9EC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC420

Black with #9EC420

Text Example


Text Example

White with #9EC420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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