#12B148

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

Shades of Dark Pastel Green #12B148

Tints of Dark Pastel Green #12B148

Color information

#12B148 (or 0x12B148) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B1 and 48. RGB value is (18,177,72). Sum of RGB (Red+Green+Blue) = 18+177+72=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #12B148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B148 is #ED4EB7. Grayscale: #757575. Windows color (decimal): -15552184 or 4763922. OLE color: 4763922.

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

Color convert

RGB1817772-
CMYK0.9000.590.31
HSL140.38º81.54%38.24%-
HSV(B)140.38º89.83%69.41%-
XYZ17.1432.0411.41-
YUV117.49102.3257.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 177 (69.53% from 255) = 66.29%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=6.74%
G=66.29%
B=26.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18177720.9000.590.31140.3881.5438.24
Hex12B1485A03B1F8c5226
Octal222611101320733721412246
Binary100101011000110010001011010011101111111100011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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