#9DC118

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

Shades of Bahia #9DC118

Tints of Bahia #9DC118

Color information

#9DC118 (or 0x9DC118) is unknown color: approx Bahia. HEX triplet: 9D, C1 and 18. RGB value is (157,193,24). Sum of RGB (Red+Green+Blue) = 157+193+24=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC118 is #623EE7. Grayscale: #A3A3A3. Windows color (decimal): -6438632 or 1622429. OLE color: 1622429.

HSL color Cylindrical-coordinate representation of color #9DC118: hue angle of 72.78º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DC118 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB15719324-
CMYK0.1900.880.24
HSL72.78º77.88%42.55%-
HSV(B)72.78º87.56%75.69%-
XYZ33.1445.377.88-
YUV162.9749.57123.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 193 (75.78% from 255) = 51.60%
BLUE value IS 24 (9.77% from 255) = 6.42%
R=41.98%
G=51.60%
B=6.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157193240.1900.880.2472.7877.8842.55
Hex9DC1181305818494e2b
Octal235301302301303011111653
Binary10011101110000011100010011010110001100010010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,24); }

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

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

 a { background-color: rgb(157,193,24); }

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

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

 span { border-color: rgb(157,193,24); }

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