#12C638

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

Shades of Dark Pastel Green #12C638

Tints of Dark Pastel Green #12C638

Color information

#12C638 (or 0x12C638) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C6 and 38. RGB value is (18,198,56). Sum of RGB (Red+Green+Blue) = 18+198+56=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 198 (77.73% from 255 or 72.79% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 198 - color contains mainly: green. Hex color #12C638 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C638 is #ED39C7. Grayscale: #808080. Windows color (decimal): -15546824 or 3720722. OLE color: 3720722.

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

Color convert

RGB1819856-
CMYK0.9100.720.22
HSL132.67º83.33%42.35%-
HSV(B)132.67º90.91%77.65%-
XYZ21.1640.810.5-
YUV127.9987.3749.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 198 (77.73% from 255) = 72.79%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=6.62%
G=72.79%
B=20.59%

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
Decimal18198560.9100.720.22132.6783.3342.35
Hex12C6385B0481685532a
Octal223067013301102620512352
Binary100101100011011100010110110100100010110100001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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