#12B120

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

Shades of Dark Pastel Green #12B120

Tints of Dark Pastel Green #12B120

Color information

#12B120 (or 0x12B120) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B1 and 20. RGB value is (18,177,32). Sum of RGB (Red+Green+Blue) = 18+177+32=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 177 (69.53% from 255 or 77.97% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 177 - color contains mainly: green. Hex color #12B120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B120 is #ED4EDF. Grayscale: #717171. Windows color (decimal): -15552224 or 2142482. OLE color: 2142482.

HSL color Cylindrical-coordinate representation of color #12B120: hue angle of 125.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B120 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1817732-
CMYK0.9000.820.31
HSL125.28º81.54%38.24%-
HSV(B)125.28º89.83%69.41%-
XYZ16.2331.686.63-
YUV112.9382.3260.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 177 (69.53% from 255) = 77.97%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=7.93%
G=77.97%
B=14.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18177320.9000.820.31125.2881.5438.24
Hex12B1205A0521F7d5226
Octal222614013201223717512246
Binary10010101100011000001011010010100101111111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,177,32); }

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

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

 a { background-color: rgb(18,177,32); }

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

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

 span { border-color: rgb(18,177,32); }

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