Html Css Color HEX #9EC413 Bahia

📋 copy color: '#9EC413'

red 158 ◦ green 196 ◦ blue 19

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

Shades of Bahia #9EC413

Tints of Bahia #9EC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 42.36%
G = 52.55%
B = 5.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#9EC413 (or 0x9EC413) is known color: Bahia. HEX triplet: 9E, C4 and 13. RGB value is (158,196,19). Sum of RGB (Red+Green+Blue) = 158+196+19=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC413 is #613BEC. Grayscale: #A5A5A5. Windows color (decimal): -6372333 or 1295518. OLE color: 1295518.

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

Color convert

RGB 158 196 19 -
CMYK 0.19 0 0.90 0.23
HSL 72.88º 0.82% 0.42% -
HSV(B) 72.88º 0.9% 0.77% -
XYZ 33.96 46.8 7.86 -
YUV 164.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 158 196 19 0.19 0 0.90 0.23 72.88 0.82 0.42
Hex 9E C4 13 13 0 5A 17 49 52 2A
Octal 236 304 23 23 0 132 27 111 122 52
Binary 10011110 11000100 10011 10011 0 1011010 10111 1001001 1010010 101010

Color Harmonies of #9EC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC413

Black with #9EC413

Text Example


Text Example

White with #9EC413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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