Html Css Color HEX #9ECA1E Bahia

📋 copy color: '#9ECA1E'

red 158 ◦ green 202 ◦ blue 30

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

Shades of Bahia #9ECA1E

Tints of Bahia #9ECA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 40.51%
G = 51.79%
B = 7.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#9ECA1E (or 0x9ECA1E) is known color: Bahia. HEX triplet: 9E, CA and 1E. RGB value is (158,202,30). Sum of RGB (Red+Green+Blue) = 158+202+30=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECA1E is #6135E1. Grayscale: #A9A9A9. Windows color (decimal): -6370786 or 2017950. OLE color: 2017950.

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

Color convert

RGB 158 202 30 -
CMYK 0.22 0 0.85 0.21
HSL 75.35º 0.74% 0.45% -
HSV(B) 75.35º 0.85% 0.79% -
XYZ 35.46 49.6 8.93 -
YUV 169.24 49.42 119.99 -
System Red Green Blue C M Y K H S L
Decimal 158 202 30 0.22 0 0.85 0.21 75.35 0.74 0.45
Hex 9E CA 1E 16 0 55 15 4B 4A 2D
Octal 236 312 36 26 0 125 25 113 112 55
Binary 10011110 11001010 11110 10110 0 1010101 10101 1001011 1001010 101101

Color Harmonies of #9ECA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA1E

Black with #9ECA1E

Text Example


Text Example

White with #9ECA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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