#12B122

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

Shades of Dark Pastel Green #12B122

Tints of Dark Pastel Green #12B122

Color information

#12B122 (or 0x12B122) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B1 and 22. RGB value is (18,177,34). Sum of RGB (Red+Green+Blue) = 18+177+34=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 177 (69.53% from 255 or 77.29% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 177 - color contains mainly: green. Hex color #12B122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B122 is #ED4EDD. Grayscale: #717171. Windows color (decimal): -15552222 or 2273554. OLE color: 2273554.

HSL color Cylindrical-coordinate representation of color #12B122: hue angle of 126.04º 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 #12B122 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1817734-
CMYK0.9000.810.31
HSL126.04º81.54%38.24%-
HSV(B)126.04º89.83%69.41%-
XYZ16.2631.696.77-
YUV113.1683.3260.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 177 (69.53% from 255) = 77.29%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=7.86%
G=77.29%
B=14.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18177340.9000.810.31126.0481.5438.24
Hex12B1225A0511F7e5226
Octal222614213201213717612246
Binary10010101100011000101011010010100011111111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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