#9dc51c

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

Shades of Bahia #9DC51C

Tints of Bahia #9DC51C

Color information

#9DC51C (or 0x9DC51C) is unknown color: approx Bahia. HEX triplet: 9D, C5 and 1C. RGB value is (157,197,28). Sum of RGB (Red+Green+Blue) = 157+197+28=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC51C is #623AE3. Grayscale: #A6A6A6. Windows color (decimal): -6437604 or 1885597. OLE color: 1885597.

HSL color Cylindrical-coordinate representation of color #9DC51C: hue angle of 74.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DC51C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB15719728-
CMYK0.2000.860.23
HSL74.2º75.11%44.12%-
HSV(B)74.2º85.79%77.25%-
XYZ34.0847.188.41-
YUV165.7750.25121.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 197 (77.34% from 255) = 51.57%
BLUE value IS 28 (11.33% from 255) = 7.33%
R=41.10%
G=51.57%
B=7.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal157197280.2000.860.2374.275.1144.12
Hex9DC51C14056174a4b2c
Octal235305342401262711211354
Binary10011101110001011110010100010101101011110010101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9dc51c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,28); }

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

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

 a { background-color: rgb(157,197,28); }

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

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

 span { border-color: rgb(157,197,28); }

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