#12C126

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

Shades of Dark Pastel Green #12C126

Tints of Dark Pastel Green #12C126

Color information

#12C126 (or 0x12C126) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C1 and 26. RGB value is (18,193,38). Sum of RGB (Red+Green+Blue) = 18+193+38=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #12C126 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C126 is #ED3ED9. Grayscale: #7B7B7B. Windows color (decimal): -15548122 or 2539794. OLE color: 2539794.

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

Color convert

RGB1819338-
CMYK0.9100.800.24
HSL126.86º82.94%41.37%-
HSV(B)126.86º90.67%75.69%-
XYZ19.6738.418.21-
YUV12380.0253.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 193 (75.78% from 255) = 77.51%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=7.23%
G=77.51%
B=15.26%

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
Decimal18193380.9100.800.24126.8682.9441.37
Hex12C1265B050187f5329
Octal223014613301203017712351
Binary10010110000011001101011011010100001100011111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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