Html Css Color HEX #9EC616 Bahia

📋 copy color: '#9EC616'

red 158 ◦ green 198 ◦ blue 22

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

Shades of Bahia #9EC616

Tints of Bahia #9EC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

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

R = 41.8%
G = 52.38%
B = 5.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#9EC616 (or 0x9EC616) is known color: Bahia. HEX triplet: 9E, C6 and 16. RGB value is (158,198,22). Sum of RGB (Red+Green+Blue) = 158+198+22=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC616 is #6139E9. Grayscale: #A6A6A6. Windows color (decimal): -6371818 or 1492638. OLE color: 1492638.

HSL color Cylindrical-coordinate representation of color #9EC616: hue angle of 73.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EC616 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 198 22 -
CMYK 0.20 0 0.89 0.22
HSL 73.64º 0.8% 0.43% -
HSV(B) 73.64º 0.89% 0.78% -
XYZ 34.44 47.72 8.15 -
YUV 165.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 158 198 22 0.20 0 0.89 0.22 73.64 0.8 0.43
Hex 9E C6 16 14 0 59 16 4A 50 2B
Octal 236 306 26 24 0 131 26 112 120 53
Binary 10011110 11000110 10110 10100 0 1011001 10110 1001010 1010000 101011

Color Harmonies of #9EC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC616

Black with #9EC616

Text Example


Text Example

White with #9EC616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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