#12C434

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

Shades of Dark Pastel Green #12C434

Tints of Dark Pastel Green #12C434

Color information

#12C434 (or 0x12C434) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C4 and 34. RGB value is (18,196,52). Sum of RGB (Red+Green+Blue) = 18+196+52=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #12C434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C434 is #ED3BCB. Grayscale: #7E7E7E. Windows color (decimal): -15547340 or 3458066. OLE color: 3458066.

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

Color convert

RGB1819652-
CMYK0.9100.730.23
HSL131.46º83.18%41.96%-
HSV(B)131.46º90.82%76.86%-
XYZ20.6139.869.86-
YUV126.3686.0350.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 196 (76.95% from 255) = 73.68%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=6.77%
G=73.68%
B=19.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18196520.9100.730.23131.4683.1841.96
Hex12C4345B0491783532a
Octal223046413301112720312352
Binary100101100010011010010110110100100110111100000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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