#1DA94D

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

Shades of Pigment Green #1DA94D

Tints of Pigment Green #1DA94D

Color information

#1DA94D (or 0x1DA94D) is unknown color: approx Pigment Green. HEX triplet: 1D, A9 and 4D. RGB value is (29,169,77). Sum of RGB (Red+Green+Blue) = 29+169+77=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 169 (66.41% from 255 or 61.45% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA94D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA94D is #E256B2. Grayscale: #747474. Windows color (decimal): -14833331 or 5089565. OLE color: 5089565.

HSL color Cylindrical-coordinate representation of color #1DA94D: hue angle of 140.57º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA94D is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB2916977-
CMYK0.8300.540.34
HSL140.57º70.71%38.82%-
HSV(B)140.57º82.84%66.27%-
XYZ16.0329.1711.81-
YUV116.65105.6265.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 169 (66.41% from 255) = 61.45%
BLUE value IS 77 (30.47% from 255) = 28%
R=10.55%
G=61.45%
B=28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal29169770.8300.540.34140.5770.7138.82
Hex1DA94D53036228d4727
Octal352511151230664221510747
Binary1110110101001100110110100110110110100010100011011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,169,77); }

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

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

 a { background-color: rgb(29,169,77); }

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

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

 span { border-color: rgb(29,169,77); }

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