#12C127

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

Shades of Dark Pastel Green #12C127

Tints of Dark Pastel Green #12C127

Color information

#12C127 (or 0x12C127) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C1 and 27. RGB value is (18,193,39). Sum of RGB (Red+Green+Blue) = 18+193+39=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 193 (75.78% from 255 or 77.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 193 - color contains mainly: green. Hex color #12C127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C127 is #ED3ED8. Grayscale: #7B7B7B. Windows color (decimal): -15548121 or 2605330. OLE color: 2605330.

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

Color convert

RGB1819339-
CMYK0.9100.800.24
HSL127.2º82.94%41.37%-
HSV(B)127.2º90.67%75.69%-
XYZ19.6938.428.3-
YUV123.1280.5253.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 193 (75.78% from 255) = 77.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=7.2%
G=77.2%
B=15.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18193390.9100.800.24127.282.9441.37
Hex12C1275B050187f5329
Octal223014713301203017712351
Binary10010110000011001111011011010100001100011111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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