Html Css Color HEX #9EC41A Bahia

📋 copy color: '#9EC41A'

red 158 ◦ green 196 ◦ blue 26

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

Shades of Bahia #9EC41A

Tints of Bahia #9EC41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 41.58%
G = 51.58%
B = 6.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#9EC41A (or 0x9EC41A) is known color: Bahia. HEX triplet: 9E, C4 and 1A. RGB value is (158,196,26). Sum of RGB (Red+Green+Blue) = 158+196+26=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC41A is #613BE5. Grayscale: #A5A5A5. Windows color (decimal): -6372326 or 1754270. OLE color: 1754270.

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

Color convert

RGB 158 196 26 -
CMYK 0.19 0 0.87 0.23
HSL 73.41º 0.77% 0.44% -
HSV(B) 73.41º 0.87% 0.77% -
XYZ 34.03 46.82 8.22 -
YUV 165.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 158 196 26 0.19 0 0.87 0.23 73.41 0.77 0.44
Hex 9E C4 1A 13 0 57 17 49 4D 2C
Octal 236 304 32 23 0 127 27 111 115 54
Binary 10011110 11000100 11010 10011 0 1010111 10111 1001001 1001101 101100

Color Harmonies of #9EC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC41A

Black with #9EC41A

Text Example


Text Example

White with #9EC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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