#1CAC4C

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

Shades of Pigment Green #1CAC4C

Tints of Pigment Green #1CAC4C

Color information

#1CAC4C (or 0x1CAC4C) is unknown color: approx Pigment Green. HEX triplet: 1C, AC and 4C. RGB value is (28,172,76). Sum of RGB (Red+Green+Blue) = 28+172+76=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAC4C is #E353B3. Grayscale: #767676. Windows color (decimal): -14898100 or 5024796. OLE color: 5024796.

HSL color Cylindrical-coordinate representation of color #1CAC4C: hue angle of 140º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC4C is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB2817276-
CMYK0.8400.560.33
HSL140º72%39.22%-
HSV(B)140º83.72%67.45%-
XYZ16.5430.2711.81-
YUV118104.2963.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=10.14%
G=62.32%
B=27.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172760.8400.560.331407239.22
Hex1CAC4C54038218c4827
Octal342541141240704121411047
Binary1110010101100100110010101000111000100001100011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAC4C; }

 p { color: rgb(28,172,76); }

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

<style>
 a { background-color: #1CAC4C; }

 a { background-color: rgb(28,172,76); }

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

<style>
 span { border-color: #1CAC4C; }

 span { border-color: rgb(28,172,76); }

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