#12B152

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

Shades of Pigment Green #12B152

Tints of Pigment Green #12B152

Color information

#12B152 (or 0x12B152) is unknown color: approx Pigment Green. HEX triplet: 12, B1 and 52. RGB value is (18,177,82). Sum of RGB (Red+Green+Blue) = 18+177+82=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #12B152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B152 is #ED4EAD. Grayscale: #767676. Windows color (decimal): -15552174 or 5419282. OLE color: 5419282.

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

Color convert

RGB1817782-
CMYK0.9000.540.31
HSL144.15º81.54%38.24%-
HSV(B)144.15º89.83%69.41%-
XYZ17.4932.1813.27-
YUV118.63107.3256.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=6.50%
G=63.90%
B=29.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18177820.9000.540.31144.1581.5438.24
Hex12B1525A0361F905226
Octal222611221320663722012246
Binary100101011000110100101011010011011011111100100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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