#1BAC4C

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

Shades of Pigment Green #1BAC4C

Tints of Pigment Green #1BAC4C

Color information

#1BAC4C (or 0x1BAC4C) is unknown color: approx Pigment Green. HEX triplet: 1B, AC and 4C. RGB value is (27,172,76). Sum of RGB (Red+Green+Blue) = 27+172+76=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAC4C is #E453B3. Grayscale: #757575. Windows color (decimal): -14963636 or 5024795. OLE color: 5024795.

HSL color Cylindrical-coordinate representation of color #1BAC4C: hue angle of 140.28º degrees, saturation: 0.73, 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 #1BAC4C is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB2717276-
CMYK0.8400.560.33
HSL140.28º72.86%39.02%-
HSV(B)140.28º84.3%67.45%-
XYZ16.5130.2611.81-
YUV117.7104.4663.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 172 (67.58% from 255) = 62.55%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=9.82%
G=62.55%
B=27.64%

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
Decimal27172760.8400.560.33140.2872.8639.02
Hex1BAC4C54038218c4927
Octal332541141240704121411147
Binary1101110101100100110010101000111000100001100011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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