#15CA2A

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

Shades of Dark Pastel Green #15CA2A

Tints of Dark Pastel Green #15CA2A

Color information

#15CA2A (or 0x15CA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 15, CA and 2A. RGB value is (21,202,42). Sum of RGB (Red+Green+Blue) = 21+202+42=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA2A is #EA35D5. Grayscale: #828282. Windows color (decimal): -15349206 or 2804245. OLE color: 2804245.

HSL color Cylindrical-coordinate representation of color #15CA2A: hue angle of 126.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA2A is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2120242-
CMYK0.9000.790.21
HSL126.96º81.17%43.73%-
HSV(B)126.96º89.6%79.22%-
XYZ21.8542.579.26-
YUV129.6478.5350.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=7.92%
G=76.23%
B=15.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21202420.9000.790.21126.9681.1743.73
Hex15CA2A5A04F157f512c
Octal253125213201172517712154
Binary10101110010101010101011010010011111010111111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,202,42); }

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

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

 a { background-color: rgb(21,202,42); }

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

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

 span { border-color: rgb(21,202,42); }

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