Html Css Color HEX #9ECC1C Bahia

📋 copy color: '#9ECC1C'

red 158 ◦ green 204 ◦ blue 28

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

Shades of Bahia #9ECC1C

Tints of Bahia #9ECC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.31%

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 40.51%
G = 52.31%
B = 7.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#9ECC1C (or 0x9ECC1C) is known color: Bahia. HEX triplet: 9E, CC and 1C. RGB value is (158,204,28). Sum of RGB (Red+Green+Blue) = 158+204+28=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECC1C is #6133E3. Grayscale: #AAAAAA. Windows color (decimal): -6370276 or 1887390. OLE color: 1887390.

HSL color Cylindrical-coordinate representation of color #9ECC1C: hue angle of 75.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9ECC1C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 204 28 -
CMYK 0.23 0 0.86 0.2
HSL 75.68º 0.76% 0.45% -
HSV(B) 75.68º 0.86% 0.8% -
XYZ 35.9 50.54 8.96 -
YUV 170.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 158 204 28 0.23 0 0.86 0.2 75.68 0.76 0.45
Hex 9E CC 1C 17 0 56 14 4C 4C 2D
Octal 236 314 34 27 0 126 24 114 114 55
Binary 10011110 11001100 11100 10111 0 1010110 10100 1001100 1001100 101101

Color Harmonies of #9ECC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECC1C

Black with #9ECC1C

Text Example


Text Example

White with #9ECC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,204,28); }

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

background-color css

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

 a { background-color: rgb(158,204,28); }

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

border-color css

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

 span { border-color: rgb(158,204,28); }

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