Html Css Color HEX #9EC313 Bahia

📋 copy color: '#9EC313'

red 158 ◦ green 195 ◦ blue 19

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

Shades of Bahia #9EC313

Tints of Bahia #9EC313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.42%

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

R = 42.47%
G = 52.42%
B = 5.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#9EC313 (or 0x9EC313) is known color: Bahia. HEX triplet: 9E, C3 and 13. RGB value is (158,195,19). Sum of RGB (Red+Green+Blue) = 158+195+19=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC313 is #613CEC. Grayscale: #A4A4A4. Windows color (decimal): -6372589 or 1295262. OLE color: 1295262.

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

Color convert

RGB 158 195 19 -
CMYK 0.19 0 0.90 0.24
HSL 72.61º 0.82% 0.42% -
HSV(B) 72.61º 0.9% 0.76% -
XYZ 33.73 46.35 7.78 -
YUV 163.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 158 195 19 0.19 0 0.90 0.24 72.61 0.82 0.42
Hex 9E C3 13 13 0 5A 18 49 52 2A
Octal 236 303 23 23 0 132 30 111 122 52
Binary 10011110 11000011 10011 10011 0 1011010 11000 1001001 1010010 101010

Color Harmonies of #9EC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC313

Black with #9EC313

Text Example


Text Example

White with #9EC313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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