#15BA34

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

Shades of Dark Pastel Green #15BA34

Tints of Dark Pastel Green #15BA34

Color information

#15BA34 (or 0x15BA34) is unknown color: approx Dark Pastel Green. HEX triplet: 15, BA and 34. RGB value is (21,186,52). Sum of RGB (Red+Green+Blue) = 21+186+52=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA34 is #EA45CB. Grayscale: #797979. Windows color (decimal): -15353292 or 3455509. OLE color: 3455509.

HSL color Cylindrical-coordinate representation of color #15BA34: hue angle of 131.27º 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 #15BA34 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB2118652-
CMYK0.8900.720.27
HSL131.27º79.71%40.59%-
HSV(B)131.27º88.71%72.94%-
XYZ18.4935.539.13-
YUV121.3988.8456.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 186 (73.05% from 255) = 71.81%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=8.11%
G=71.81%
B=20.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186520.8900.720.27131.2779.7140.59
Hex15BA34590481B835029
Octal252726413101103320312051
Binary101011011101011010010110010100100011011100000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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