#15BA3C

Color #15BA3C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #15BA3C

Tints of Dark Pastel Green #15BA3C

Color information

#15BA3C (or 0x15BA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 15, BA and 3C. RGB value is (21,186,60). Sum of RGB (Red+Green+Blue) = 21+186+60=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA3C is #EA45C3. Grayscale: #7A7A7A. Windows color (decimal): -15353284 or 3979797. OLE color: 3979797.

HSL color Cylindrical-coordinate representation of color #15BA3C: hue angle of 134.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA3C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB2118660-
CMYK0.8900.680.27
HSL134.18º79.71%40.59%-
HSV(B)134.18º88.71%72.94%-
XYZ18.6835.610.16-
YUV122.392.8455.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=7.87%
G=69.66%
B=22.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186600.8900.680.27134.1879.7140.59
Hex15BA3C590441B865029
Octal252727413101043320612051
Binary101011011101011110010110010100010011011100001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BA3C; }

 p { color: rgb(21,186,60); }

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

<style>
 a { background-color: #15BA3C; }

 a { background-color: rgb(21,186,60); }

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

<style>
 span { border-color: #15BA3C; }

 span { border-color: rgb(21,186,60); }

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