#12CA2C

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

Shades of Dark Pastel Green #12CA2C

Tints of Dark Pastel Green #12CA2C

Color information

#12CA2C (or 0x12CA2C) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CA and 2C. RGB value is (18,202,44). Sum of RGB (Red+Green+Blue) = 18+202+44=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA2C is #ED35D3. Grayscale: #818181. Windows color (decimal): -15545812 or 2935314. OLE color: 2935314.

HSL color Cylindrical-coordinate representation of color #12CA2C: hue angle of 128.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA2C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB1820244-
CMYK0.9100.780.21
HSL128.48º83.64%43.14%-
HSV(B)128.48º91.09%79.22%-
XYZ21.8242.559.45-
YUV128.9780.0448.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 202 (79.30% from 255) = 76.52%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=6.82%
G=76.52%
B=16.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202440.9100.780.21128.4883.6443.14
Hex12CA2C5B04E1580542b
Octal223125413301162520012453
Binary100101100101010110010110110100111010101100000001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CA2C; }

 p { color: rgb(18,202,44); }

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

<style>
 a { background-color: #12CA2C; }

 a { background-color: rgb(18,202,44); }

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

<style>
 span { border-color: #12CA2C; }

 span { border-color: rgb(18,202,44); }

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