#12B43A

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

Shades of Dark Pastel Green #12B43A

Tints of Dark Pastel Green #12B43A

Color information

#12B43A (or 0x12B43A) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B4 and 3A. RGB value is (18,180,58). Sum of RGB (Red+Green+Blue) = 18+180+58=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #12B43A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B43A is #ED4BC5. Grayscale: #757575. Windows color (decimal): -15551430 or 3847186. OLE color: 3847186.

HSL color Cylindrical-coordinate representation of color #12B43A: hue angle of 134.81º 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 #12B43A is Cyan = 0.9, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1818058-
CMYK0.900.680.29
HSL134.81º81.82%38.82%-
HSV(B)134.81º90%70.59%-
XYZ17.3333.089.47-
YUV117.6594.3356.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 180 (70.70% from 255) = 70.31%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=7.03%
G=70.31%
B=22.66%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180580.900.680.29134.8181.8238.82
Hex12B43A5A0441D875227
Octal222647213201043520712247
Binary100101011010011101010110100100010011101100001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,58); }

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

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

 a { background-color: rgb(18,180,58); }

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

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

 span { border-color: rgb(18,180,58); }

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