Html Css Color HEX #9ECB14 Bahia

📋 copy color: '#9ECB14'

red 158 ◦ green 203 ◦ blue 20

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

Shades of Bahia #9ECB14

Tints of Bahia #9ECB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.28%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 41.47%
G = 53.28%
B = 5.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#9ECB14 (or 0x9ECB14) is known color: Bahia. HEX triplet: 9E, CB and 14. RGB value is (158,203,20). Sum of RGB (Red+Green+Blue) = 158+203+20=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECB14 is #6134EB. Grayscale: #A9A9A9. Windows color (decimal): -6370540 or 1362846. OLE color: 1362846.

HSL color Cylindrical-coordinate representation of color #9ECB14: hue angle of 74.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ECB14 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 203 20 -
CMYK 0.22 0 0.90 0.20
HSL 74.75º 0.82% 0.44% -
HSV(B) 74.75º 0.9% 0.8% -
XYZ 35.58 50.03 8.44 -
YUV 168.68 44.09 120.38 -
System Red Green Blue C M Y K H S L
Decimal 158 203 20 0.22 0 0.90 0.20 74.75 0.82 0.44
Hex 9E CB 14 16 0 5A 14 4B 52 2C
Octal 236 313 24 26 0 132 24 113 122 54
Binary 10011110 11001011 10100 10110 0 1011010 10100 1001011 1010010 101100

Color Harmonies of #9ECB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECB14

Black with #9ECB14

Text Example


Text Example

White with #9ECB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,203,20); }

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

background-color css

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

 a { background-color: rgb(158,203,20); }

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

border-color css

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

 span { border-color: rgb(158,203,20); }

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