#1DA54A

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

Shades of Pigment Green #1DA54A

Tints of Pigment Green #1DA54A

Color information

#1DA54A (or 0x1DA54A) is unknown color: approx Pigment Green. HEX triplet: 1D, A5 and 4A. RGB value is (29,165,74). Sum of RGB (Red+Green+Blue) = 29+165+74=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 165 (64.84% from 255 or 61.57% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA54A is #E25AB5. Grayscale: #727272. Windows color (decimal): -14834358 or 4891933. OLE color: 4891933.

HSL color Cylindrical-coordinate representation of color #1DA54A: hue angle of 139.85º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA54A is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB2916574-
CMYK0.8200.550.35
HSL139.85º70.1%38.04%-
HSV(B)139.85º82.42%64.71%-
XYZ15.227.6711.02-
YUV113.96105.4467.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 165 (64.84% from 255) = 61.57%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=10.82%
G=61.57%
B=27.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29165740.8200.550.35139.8570.138.04
Hex1DA54A52037238c4626
Octal352451121220674321410646
Binary1110110100101100101010100100110111100011100011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,165,74); }

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

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

 a { background-color: rgb(29,165,74); }

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

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

 span { border-color: rgb(29,165,74); }

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