#12C737

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

Shades of Dark Pastel Green #12C737

Tints of Dark Pastel Green #12C737

Color information

#12C737 (or 0x12C737) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C7 and 37. RGB value is (18,199,55). Sum of RGB (Red+Green+Blue) = 18+199+55=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #12C737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C737 is #ED38C8. Grayscale: #808080. Windows color (decimal): -15546569 or 3655442. OLE color: 3655442.

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

Color convert

RGB1819955-
CMYK0.9100.720.22
HSL132.27º83.41%42.55%-
HSV(B)132.27º90.95%78.04%-
XYZ21.3641.2510.45-
YUV128.4686.5349.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 199 (78.12% from 255) = 73.16%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=6.62%
G=73.16%
B=20.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18199550.9100.720.22132.2783.4142.55
Hex12C7375B0481684532b
Octal223076713301102620412353
Binary100101100011111011110110110100100010110100001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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