#12C636

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

Shades of Dark Pastel Green #12C636

Tints of Dark Pastel Green #12C636

Color information

#12C636 (or 0x12C636) is unknown color: approx Dark Pastel Green. HEX triplet: 12, C6 and 36. RGB value is (18,198,54). Sum of RGB (Red+Green+Blue) = 18+198+54=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #12C636 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C636 is #ED39C9. Grayscale: #808080. Windows color (decimal): -15546826 or 3589650. OLE color: 3589650.

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

Color convert

RGB1819854-
CMYK0.9100.730.22
HSL132º83.33%42.35%-
HSV(B)132º90.91%77.65%-
XYZ21.1140.7810.25-
YUV127.7686.3749.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 198 (77.73% from 255) = 73.33%
BLUE value IS 54 (21.48% from 255) = 20%
R=6.67%
G=73.33%
B=20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18198540.9100.730.2213283.3342.35
Hex12C6365B0491684532a
Octal223066613301112620412352
Binary100101100011011011010110110100100110110100001001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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