Html Css Color HEX #9EC712 Bahia

📋 copy color: '#9EC712'

red 158 ◦ green 199 ◦ blue 18

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

Shades of Bahia #9EC712

Tints of Bahia #9EC712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 42.13%
G = 53.07%
B = 4.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#9EC712 (or 0x9EC712) is known color: Bahia. HEX triplet: 9E, C7 and 12. RGB value is (158,199,18). Sum of RGB (Red+Green+Blue) = 158+199+18=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC712 is #6138ED. Grayscale: #A6A6A6. Windows color (decimal): -6371566 or 1230750. OLE color: 1230750.

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

Color convert

RGB 158 199 18 -
CMYK 0.21 0 0.91 0.22
HSL 73.59º 0.83% 0.43% -
HSV(B) 73.59º 0.91% 0.78% -
XYZ 34.63 48.16 8.04 -
YUV 166.11 44.42 122.22 -
System Red Green Blue C M Y K H S L
Decimal 158 199 18 0.21 0 0.91 0.22 73.59 0.83 0.43
Hex 9E C7 12 15 0 5B 16 4A 53 2B
Octal 236 307 22 25 0 133 26 112 123 53
Binary 10011110 11000111 10010 10101 0 1011011 10110 1001010 1010011 101011

Color Harmonies of #9EC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC712

Black with #9EC712

Text Example


Text Example

White with #9EC712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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