Html Css Color HEX #9EC716 Bahia

📋 copy color: '#9EC716'

red 158 ◦ green 199 ◦ blue 22

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

Shades of Bahia #9EC716

Tints of Bahia #9EC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.51%

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

R = 41.69%
G = 52.51%
B = 5.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#9EC716 (or 0x9EC716) is known color: Bahia. HEX triplet: 9E, C7 and 16. RGB value is (158,199,22). Sum of RGB (Red+Green+Blue) = 158+199+22=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC716 is #6138E9. Grayscale: #A7A7A7. Windows color (decimal): -6371562 or 1492894. OLE color: 1492894.

HSL color Cylindrical-coordinate representation of color #9EC716: hue angle of 73.9º 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 #9EC716 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 199 22 -
CMYK 0.21 0 0.89 0.22
HSL 73.9º 0.8% 0.43% -
HSV(B) 73.9º 0.89% 0.78% -
XYZ 34.67 48.17 8.23 -
YUV 166.56 46.42 121.89 -
System Red Green Blue C M Y K H S L
Decimal 158 199 22 0.21 0 0.89 0.22 73.9 0.8 0.43
Hex 9E C7 16 15 0 59 16 4A 50 2B
Octal 236 307 26 25 0 131 26 112 120 53
Binary 10011110 11000111 10110 10101 0 1011001 10110 1001010 1010000 101011

Color Harmonies of #9EC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC716

Black with #9EC716

Text Example


Text Example

White with #9EC716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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