#9EC812

Color #9EC812 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9EC812

Tints of Bahia #9EC812

Color information

#9EC812 (or 0x9EC812) is unknown color: approx Bahia. HEX triplet: 9E, C8 and 12. RGB value is (158,200,18). Sum of RGB (Red+Green+Blue) = 158+200+18=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC812 is #6137ED. Grayscale: #A7A7A7. Windows color (decimal): -6371310 or 1231006. OLE color: 1231006.

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

Color convert

RGB15820018-
CMYK0.2100.910.22
HSL73.85º83.49%42.75%-
HSV(B)73.85º91%78.43%-
XYZ34.8648.628.12-
YUV166.6944.09121.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 200 (78.52% from 255) = 53.19%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=42.02%
G=53.19%
B=4.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158200180.2100.910.2273.8583.4942.75
Hex9EC8121505B164a532b
Octal236310222501332611212353
Binary10011110110010001001010101010110111011010010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC812;
 }
 .AnyTagClassName
 {
   color: #9EC812;
 }
</style>
background-color css

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

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

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

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

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

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