#12C640

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

Shades of Dark Pastel Green #12C640

Tints of Dark Pastel Green #12C640

Color information

#12C640 (or 0x12C640) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C6 and 40. RGB value is (18,198,64). Sum of RGB (Red+Green+Blue) = 18+198+64=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #12C640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C640 is #ED39BF. Grayscale: #818181. Windows color (decimal): -15546816 or 4245010. OLE color: 4245010.

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

Color convert

RGB1819864-
CMYK0.9100.680.22
HSL135.33º83.33%42.35%-
HSV(B)135.33º90.91%77.65%-
XYZ21.3740.8911.62-
YUV128.991.3748.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 198 (77.73% from 255) = 70.71%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=6.43%
G=70.71%
B=22.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18198640.9100.680.22135.3383.3342.35
Hex12C6405B0441687532a
Octal2230610013301042620712352
Binary1001011000110100000010110110100010010110100001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,198,64); }

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

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

 a { background-color: rgb(18,198,64); }

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

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

 span { border-color: rgb(18,198,64); }

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