#9DC015

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

Shades of Bahia #9DC015

Tints of Bahia #9DC015

Color information

#9DC015 (or 0x9DC015) is unknown color: approx Bahia. HEX triplet: 9D, C0 and 15. RGB value is (157,192,21). Sum of RGB (Red+Green+Blue) = 157+192+21=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC015 is #623FEA. Grayscale: #A2A2A2. Windows color (decimal): -6438891 or 1425565. OLE color: 1425565.

HSL color Cylindrical-coordinate representation of color #9DC015: hue angle of 72.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DC015 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB15719221-
CMYK0.1800.890.25
HSL72.28º80.28%41.76%-
HSV(B)72.28º89.06%75.29%-
XYZ32.8944.927.65-
YUV162.0448.4124.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 192 (75.39% from 255) = 51.89%
BLUE value IS 21 (8.59% from 255) = 5.68%
R=42.43%
G=51.89%
B=5.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157192210.1800.890.2572.2880.2841.76
Hex9DC015120591948502a
Octal235300252201313111012052
Binary10011101110000001010110010010110011100110010001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,192,21); }

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

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

 a { background-color: rgb(157,192,21); }

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

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

 span { border-color: rgb(157,192,21); }

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