Html Css Color HEX #9ECC16 Bahia

📋 copy color: '#9ECC16'

red 158 ◦ green 204 ◦ blue 22

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

Shades of Bahia #9ECC16

Tints of Bahia #9ECC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 41.15%
G = 53.13%
B = 5.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#9ECC16 (or 0x9ECC16) is known color: Bahia. HEX triplet: 9E, CC and 16. RGB value is (158,204,22). Sum of RGB (Red+Green+Blue) = 158+204+22=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECC16 is #6133E9. Grayscale: #AAAAAA. Windows color (decimal): -6370282 or 1494174. OLE color: 1494174.

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

Color convert

RGB 158 204 22 -
CMYK 0.23 0 0.89 0.2
HSL 75.16º 0.81% 0.44% -
HSV(B) 75.16º 0.89% 0.8% -
XYZ 35.84 50.51 8.62 -
YUV 169.5 44.76 119.8 -
System Red Green Blue C M Y K H S L
Decimal 158 204 22 0.23 0 0.89 0.2 75.16 0.81 0.44
Hex 9E CC 16 17 0 59 14 4B 51 2C
Octal 236 314 26 27 0 131 24 113 121 54
Binary 10011110 11001100 10110 10111 0 1011001 10100 1001011 1010001 101100

Color Harmonies of #9ECC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECC16

Black with #9ECC16

Text Example


Text Example

White with #9ECC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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