#12CA2D

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

Shades of Dark Pastel Green #12CA2D

Tints of Dark Pastel Green #12CA2D

Color information

#12CA2D (or 0x12CA2D) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CA and 2D. RGB value is (18,202,45). Sum of RGB (Red+Green+Blue) = 18+202+45=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CA2D is #ED35D2. Grayscale: #818181. Windows color (decimal): -15545811 or 3000850. OLE color: 3000850.

HSL color Cylindrical-coordinate representation of color #12CA2D: hue angle of 128.8º 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 #12CA2D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB1820245-
CMYK0.9100.780.21
HSL128.8º83.64%43.14%-
HSV(B)128.8º91.09%79.22%-
XYZ21.8442.569.55-
YUV129.0980.5448.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=6.79%
G=76.23%
B=16.98%

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
Decimal18202450.9100.780.21128.883.6443.14
Hex12CA2D5B04E1581542b
Octal223125513301162520112453
Binary100101100101010110110110110100111010101100000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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