#1DAD4C

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

Shades of Pigment Green #1DAD4C

Tints of Pigment Green #1DAD4C

Color information

#1DAD4C (or 0x1DAD4C) is unknown color: approx Pigment Green. HEX triplet: 1D, AD and 4C. RGB value is (29,173,76). Sum of RGB (Red+Green+Blue) = 29+173+76=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD4C is #E252B3. Grayscale: #777777. Windows color (decimal): -14832308 or 5025053. OLE color: 5025053.

HSL color Cylindrical-coordinate representation of color #1DAD4C: hue angle of 139.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD4C is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB2917376-
CMYK0.8300.560.32
HSL139.58º71.29%39.61%-
HSV(B)139.58º83.24%67.84%-
XYZ16.7530.6711.87-
YUV118.89103.7963.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 173 (67.97% from 255) = 62.23%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=10.43%
G=62.23%
B=27.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29173760.8300.560.32139.5871.2939.61
Hex1DAD4C53038208c4728
Octal352551141230704021410750
Binary1110110101101100110010100110111000100000100011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,173,76); }

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

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

 a { background-color: rgb(29,173,76); }

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

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

 span { border-color: rgb(29,173,76); }

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