#12C128

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

Shades of Dark Pastel Green #12C128

Tints of Dark Pastel Green #12C128

Color information

#12C128 (or 0x12C128) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C1 and 28. RGB value is (18,193,40). Sum of RGB (Red+Green+Blue) = 18+193+40=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #12C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C128 is #ED3ED7. Grayscale: #7B7B7B. Windows color (decimal): -15548120 or 2670866. OLE color: 2670866.

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

Color convert

RGB1819340-
CMYK0.9100.790.24
HSL127.54º82.94%41.37%-
HSV(B)127.54º90.67%75.69%-
XYZ19.738.428.39-
YUV123.2381.0252.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 193 (75.78% from 255) = 76.89%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=7.17%
G=76.89%
B=15.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18193400.9100.790.24127.5482.9441.37
Hex12C1285B04F18805329
Octal223015013301173020012351
Binary100101100000110100010110110100111111000100000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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