Html Css Color HEX #9EC612 Bahia

📋 copy color: '#9EC612'

red 158 ◦ green 198 ◦ blue 18

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

Shades of Bahia #9EC612

Tints of Bahia #9EC612

RGB

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

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

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

R = 42.25%
G = 52.94%
B = 4.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#9EC612 (or 0x9EC612) is known color: Bahia. HEX triplet: 9E, C6 and 12. RGB value is (158,198,18). Sum of RGB (Red+Green+Blue) = 158+198+18=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC612 is #6139ED. Grayscale: #A6A6A6. Windows color (decimal): -6371822 or 1230494. OLE color: 1230494.

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

Color convert

RGB 158 198 18 -
CMYK 0.20 0 0.91 0.22
HSL 73.33º 0.83% 0.42% -
HSV(B) 73.33º 0.91% 0.78% -
XYZ 34.4 47.7 7.97 -
YUV 165.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 158 198 18 0.20 0 0.91 0.22 73.33 0.83 0.42
Hex 9E C6 12 14 0 5B 16 49 53 2A
Octal 236 306 22 24 0 133 26 111 123 52
Binary 10011110 11000110 10010 10100 0 1011011 10110 1001001 1010011 101010

Color Harmonies of #9EC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC612

Black with #9EC612

Text Example


Text Example

White with #9EC612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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