#12CC3C

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

Shades of Dark Pastel Green #12CC3C

Tints of Dark Pastel Green #12CC3C

Color information

#12CC3C (or 0x12CC3C) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CC and 3C. RGB value is (18,204,60). Sum of RGB (Red+Green+Blue) = 18+204+60=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC3C is #ED33C3. Grayscale: #848484. Windows color (decimal): -15545284 or 3984402. OLE color: 3984402.

HSL color Cylindrical-coordinate representation of color #12CC3C: hue angle of 133.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC3C is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB1820460-
CMYK0.9100.710.2
HSL133.55º83.78%43.53%-
HSV(B)133.55º91.18%80%-
XYZ22.6643.6411.5-
YUV131.9787.3846.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 204 (80.08% from 255) = 72.34%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=6.38%
G=72.34%
B=21.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18204600.9100.710.2133.5583.7843.53
Hex12CC3C5B0471486542c
Octal223147413301072420612454
Binary100101100110011110010110110100011110100100001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,204,60); }

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

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

 a { background-color: rgb(18,204,60); }

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

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

 span { border-color: rgb(18,204,60); }

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