Html Css Color HEX #9EC01D Bahia

📋 copy color: '#9EC01D'

red 158 ◦ green 192 ◦ blue 29

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

Shades of Bahia #9EC01D

Tints of Bahia #9EC01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 41.69%
G = 50.66%
B = 7.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#9EC01D (or 0x9EC01D) is known color: Bahia. HEX triplet: 9E, C0 and 1D. RGB value is (158,192,29). Sum of RGB (Red+Green+Blue) = 158+192+29=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC01D is #613FE2. Grayscale: #A3A3A3. Windows color (decimal): -6373347 or 1949854. OLE color: 1949854.

HSL color Cylindrical-coordinate representation of color #9EC01D: hue angle of 72.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EC01D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 29 -
CMYK 0.18 0 0.85 0.25
HSL 72.52º 0.74% 0.43% -
HSV(B) 72.52º 0.85% 0.75% -
XYZ 33.17 45.06 8.11 -
YUV 163.25 52.24 124.25 -
System Red Green Blue C M Y K H S L
Decimal 158 192 29 0.18 0 0.85 0.25 72.52 0.74 0.43
Hex 9E C0 1D 12 0 55 19 49 4A 2B
Octal 236 300 35 22 0 125 31 111 112 53
Binary 10011110 11000000 11101 10010 0 1010101 11001 1001001 1001010 101011

Color Harmonies of #9EC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC01D

Black with #9EC01D

Text Example


Text Example

White with #9EC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,29); }

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

background-color css

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

 a { background-color: rgb(158,192,29); }

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

border-color css

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

 span { border-color: rgb(158,192,29); }

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