#12C746

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

Shades of Dark Pastel Green #12C746

Tints of Dark Pastel Green #12C746

Color information

#12C746 (or 0x12C746) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C7 and 46. RGB value is (18,199,70). Sum of RGB (Red+Green+Blue) = 18+199+70=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 199 (78.12% from 255 or 69.34% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 199 - color contains mainly: green. Hex color #12C746 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C746 is #ED38B9. Grayscale: #828282. Windows color (decimal): -15546554 or 4638482. OLE color: 4638482.

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

Color convert

RGB1819970-
CMYK0.9100.650.22
HSL137.24º83.41%42.55%-
HSV(B)137.24º90.95%78.04%-
XYZ21.7841.4212.64-
YUV130.1794.0347.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 199 (78.12% from 255) = 69.34%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=6.27%
G=69.34%
B=24.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18199700.9100.650.22137.2483.4142.55
Hex12C7465B0411689532b
Octal2230710613301012621112353
Binary1001011000111100011010110110100000110110100010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,199,70); }

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

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

 a { background-color: rgb(18,199,70); }

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

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

 span { border-color: rgb(18,199,70); }

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