#9CD115

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

Shades of Bahia #9CD115

Tints of Bahia #9CD115

Color information

#9CD115 (or 0x9CD115) is unknown color: approx Bahia. HEX triplet: 9C, D1 and 15. RGB value is (156,209,21). Sum of RGB (Red+Green+Blue) = 156+209+21=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 209 (82.03% from 255 or 54.15% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD115 is #632EEA. Grayscale: #ACACAC. Windows color (decimal): -6500075 or 1429916. OLE color: 1429916.

HSL color Cylindrical-coordinate representation of color #9CD115: hue angle of 76.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CD115 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB15620921-
CMYK0.2500.900.18
HSL76.91º81.74%45.1%-
HSV(B)76.91º89.95%81.96%-
XYZ36.6552.728.95-
YUV171.7242.94116.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 209 (82.03% from 255) = 54.15%
BLUE value IS 21 (8.59% from 255) = 5.44%
R=40.41%
G=54.15%
B=5.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156209210.2500.900.1876.9181.7445.1
Hex9CD1151905A124d522d
Octal234321253101322211512255
Binary10011100110100011010111001010110101001010011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,21); }

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

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

 a { background-color: rgb(156,209,21); }

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

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

 span { border-color: rgb(156,209,21); }

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