#12B64A

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

Shades of Dark Pastel Green #12B64A

Tints of Dark Pastel Green #12B64A

Color information

#12B64A (or 0x12B64A) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B6 and 4A. RGB value is (18,182,74). Sum of RGB (Red+Green+Blue) = 18+182+74=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #12B64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B64A is #ED49B5. Grayscale: #787878. Windows color (decimal): -15550902 or 4896274. OLE color: 4896274.

HSL color Cylindrical-coordinate representation of color #12B64A: hue angle of 140.49º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B64A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1818274-
CMYK0.9000.590.29
HSL140.49º82%39.22%-
HSV(B)140.49º90.11%71.37%-
XYZ18.2134.0812.1-
YUV120.65101.6754.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 182 (71.48% from 255) = 66.42%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=6.57%
G=66.42%
B=27.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18182740.9000.590.29140.498239.22
Hex12B64A5A03B1D8c5227
Octal222661121320733521412247
Binary100101011011010010101011010011101111101100011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,182,74); }

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

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

 a { background-color: rgb(18,182,74); }

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

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

 span { border-color: rgb(18,182,74); }

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