Html Css Color HEX #9ECA10 Bahia

📋 copy color: '#9ECA10'

red 158 ◦ green 202 ◦ blue 16

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

Shades of Bahia #9ECA10

Tints of Bahia #9ECA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 42.02%
G = 53.72%
B = 4.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#9ECA10 (or 0x9ECA10) is known color: Bahia. HEX triplet: 9E, CA and 10. RGB value is (158,202,16). Sum of RGB (Red+Green+Blue) = 158+202+16=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECA10 is #6135EF. Grayscale: #A8A8A8. Windows color (decimal): -6370800 or 1100446. OLE color: 1100446.

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

Color convert

RGB 158 202 16 -
CMYK 0.22 0 0.92 0.21
HSL 74.19º 0.85% 0.43% -
HSV(B) 74.19º 0.92% 0.79% -
XYZ 35.31 49.55 8.19 -
YUV 167.64 42.42 121.12 -
System Red Green Blue C M Y K H S L
Decimal 158 202 16 0.22 0 0.92 0.21 74.19 0.85 0.43
Hex 9E CA 10 16 0 5C 15 4A 55 2B
Octal 236 312 20 26 0 134 25 112 125 53
Binary 10011110 11001010 10000 10110 0 1011100 10101 1001010 1010101 101011

Color Harmonies of #9ECA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA10

Black with #9ECA10

Text Example


Text Example

White with #9ECA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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