#12A239

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

Shades of Dark Pastel Green #12A239

Tints of Dark Pastel Green #12A239

Color information

#12A239 (or 0x12A239) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A2 and 39. RGB value is (18,162,57). Sum of RGB (Red+Green+Blue) = 18+162+57=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 162 (63.67% from 255 or 68.35% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 162 - color contains mainly: green. Hex color #12A239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A239 is #ED5DC6. Grayscale: #6B6B6B. Windows color (decimal): -15556039 or 3777042. OLE color: 3777042.

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

Color convert

RGB1816257-
CMYK0.8900.650.36
HSL136.25º80%35.29%-
HSV(B)136.25º88.89%63.53%-
XYZ13.9126.268.21-
YUV106.9799.7964.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 162 (63.67% from 255) = 68.35%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=7.59%
G=68.35%
B=24.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162570.8900.650.36136.258035.29
Hex12A2395904124885023
Octal222427113101014421012043
Binary1001010100010111001101100101000001100100100010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,57); }

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

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

 a { background-color: rgb(18,162,57); }

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

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

 span { border-color: rgb(18,162,57); }

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