#9DC619

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

Shades of Bahia #9DC619

Tints of Bahia #9DC619

Color information

#9DC619 (or 0x9DC619) is unknown color: approx Bahia. HEX triplet: 9D, C6 and 19. RGB value is (157,198,25). Sum of RGB (Red+Green+Blue) = 157+198+25=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC619 is #6239E6. Grayscale: #A6A6A6. Windows color (decimal): -6437351 or 1689245. OLE color: 1689245.

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

Color convert

RGB15719825-
CMYK0.2100.870.22
HSL74.22º77.58%43.73%-
HSV(B)74.22º87.37%77.65%-
XYZ34.2747.638.31-
YUV166.0248.42121.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 198 (77.73% from 255) = 52.11%
BLUE value IS 25 (10.16% from 255) = 6.58%
R=41.32%
G=52.11%
B=6.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157198250.2100.870.2274.2277.5843.73
Hex9DC61915057164a4e2c
Octal235306312501272611211654
Binary10011101110001101100110101010101111011010010101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,25); }

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

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

 a { background-color: rgb(157,198,25); }

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

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

 span { border-color: rgb(157,198,25); }

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