Html Css Color HEX #9ECA13 Bahia

📋 copy color: '#9ECA13'

red 158 ◦ green 202 ◦ blue 19

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

Shades of Bahia #9ECA13

Tints of Bahia #9ECA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.3%

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

R = 41.69%
G = 53.3%
B = 5.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#9ECA13 (or 0x9ECA13) is known color: Bahia. HEX triplet: 9E, CA and 13. RGB value is (158,202,19). Sum of RGB (Red+Green+Blue) = 158+202+19=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECA13 is #6135EC. Grayscale: #A8A8A8. Windows color (decimal): -6370797 or 1297054. OLE color: 1297054.

HSL color Cylindrical-coordinate representation of color #9ECA13: hue angle of 74.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ECA13 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 202 19 -
CMYK 0.22 0 0.91 0.21
HSL 74.43º 0.83% 0.43% -
HSV(B) 74.43º 0.91% 0.79% -
XYZ 35.34 49.56 8.32 -
YUV 167.98 43.92 120.88 -
System Red Green Blue C M Y K H S L
Decimal 158 202 19 0.22 0 0.91 0.21 74.43 0.83 0.43
Hex 9E CA 13 16 0 5B 15 4A 53 2B
Octal 236 312 23 26 0 133 25 112 123 53
Binary 10011110 11001010 10011 10110 0 1011011 10101 1001010 1010011 101011

Color Harmonies of #9ECA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA13

Black with #9ECA13

Text Example


Text Example

White with #9ECA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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