#12B55C

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

Shades of Pigment Green #12B55C

Tints of Pigment Green #12B55C

Color information

#12B55C (or 0x12B55C) is unknown color: approx Pigment Green. HEX triplet: 12, B5 and 5C. RGB value is (18,181,92). Sum of RGB (Red+Green+Blue) = 18+181+92=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #12B55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B55C is #ED4AA3. Grayscale: #7A7A7A. Windows color (decimal): -15551140 or 6075666. OLE color: 6075666.

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

Color convert

RGB1818192-
CMYK0.9000.490.29
HSL147.24º81.91%39.02%-
HSV(B)147.24º90.06%70.98%-
XYZ18.7133.9515.69-
YUV122.1211153.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 181 (71.09% from 255) = 62.20%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=6.19%
G=62.20%
B=31.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18181920.9000.490.29147.2481.9139.02
Hex12B55C5A0311D935227
Octal222651341320613522312247
Binary100101011010110111001011010011000111101100100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,181,92); }

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

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

 a { background-color: rgb(18,181,92); }

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

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

 span { border-color: rgb(18,181,92); }

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