#12A034

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

Shades of Dark Pastel Green #12A034

Tints of Dark Pastel Green #12A034

Color information

#12A034 (or 0x12A034) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A0 and 34. RGB value is (18,160,52). Sum of RGB (Red+Green+Blue) = 18+160+52=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #12A034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A034 is #ED5FCB. Grayscale: #696969. Windows color (decimal): -15556556 or 3448850. OLE color: 3448850.

HSL color Cylindrical-coordinate representation of color #12A034: hue angle of 134.37º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A034 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1816052-
CMYK0.8900.680.37
HSL134.37º79.78%34.9%-
HSV(B)134.37º88.75%62.75%-
XYZ13.4425.527.47-
YUV105.2397.9665.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 160 (62.89% from 255) = 69.57%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=7.83%
G=69.57%
B=22.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160520.8900.680.37134.3779.7834.9
Hex12A0345904425865023
Octal222406413101044520612043
Binary1001010100000110100101100101000100100101100001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,52); }

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

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

 a { background-color: rgb(18,160,52); }

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

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

 span { border-color: rgb(18,160,52); }

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