#12A035

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

Shades of Dark Pastel Green #12A035

Tints of Dark Pastel Green #12A035

Color information

#12A035 (or 0x12A035) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A0 and 35. RGB value is (18,160,53). Sum of RGB (Red+Green+Blue) = 18+160+53=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #12A035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A035 is #ED5FCA. Grayscale: #696969. Windows color (decimal): -15556555 or 3514386. OLE color: 3514386.

HSL color Cylindrical-coordinate representation of color #12A035: hue angle of 134.79º 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 #12A035 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1816053-
CMYK0.8900.670.37
HSL134.79º79.78%34.9%-
HSV(B)134.79º88.75%62.75%-
XYZ13.4625.537.59-
YUV105.3498.4665.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 160 (62.89% from 255) = 69.26%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=7.79%
G=69.26%
B=22.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160530.8900.670.37134.7979.7834.9
Hex12A0355904325875023
Octal222406513101034520712043
Binary1001010100000110101101100101000011100101100001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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