#12C749

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

Shades of Dark Pastel Green #12C749

Tints of Dark Pastel Green #12C749

Color information

#12C749 (or 0x12C749) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C7 and 49. RGB value is (18,199,73). Sum of RGB (Red+Green+Blue) = 18+199+73=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 199 (78.12% from 255 or 68.62% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 199 - color contains mainly: green. Hex color #12C749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C749 is #ED38B6. Grayscale: #828282. Windows color (decimal): -15546551 or 4835090. OLE color: 4835090.

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

Color convert

RGB1819973-
CMYK0.9100.630.22
HSL138.23º83.41%42.55%-
HSV(B)138.23º90.95%78.04%-
XYZ21.8841.4613.15-
YUV130.5295.5347.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 199 (78.12% from 255) = 68.62%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=6.21%
G=68.62%
B=25.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18199730.9100.630.22138.2383.4142.55
Hex12C7495B03F168a532b
Octal223071111330772621212353
Binary100101100011110010011011011011111110110100010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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