#12C134

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

Shades of Dark Pastel Green #12C134

Tints of Dark Pastel Green #12C134

Color information

#12C134 (or 0x12C134) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C1 and 34. RGB value is (18,193,52). Sum of RGB (Red+Green+Blue) = 18+193+52=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #12C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C134 is #ED3ECB. Grayscale: #7C7C7C. Windows color (decimal): -15548108 or 3457298. OLE color: 3457298.

HSL color Cylindrical-coordinate representation of color #12C134: hue angle of 131.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C134 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1819352-
CMYK0.9100.730.24
HSL131.66º82.94%41.37%-
HSV(B)131.66º90.67%75.69%-
XYZ19.9438.529.63-
YUV124.687.0251.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 193 (75.78% from 255) = 73.38%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=6.84%
G=73.38%
B=19.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18193520.9100.730.24131.6682.9441.37
Hex12C1345B04918845329
Octal223016413301113020412351
Binary100101100000111010010110110100100111000100001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,193,52); }

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

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

 a { background-color: rgb(18,193,52); }

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

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

 span { border-color: rgb(18,193,52); }

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