#1DAD64

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

Shades of Eucalyptus #1DAD64

Tints of Eucalyptus #1DAD64

Color information

#1DAD64 (or 0x1DAD64) is unknown color: approx Eucalyptus. HEX triplet: 1D, AD and 64. RGB value is (29,173,100). Sum of RGB (Red+Green+Blue) = 29+173+100=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD64 is #E2529B. Grayscale: #797979. Windows color (decimal): -14832284 or 6597917. OLE color: 6597917.

HSL color Cylindrical-coordinate representation of color #1DAD64: hue angle of 149.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 #1DAD64 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB29173100-
CMYK0.8300.420.32
HSL149.58º71.29%39.61%-
HSV(B)149.58º83.24%67.84%-
XYZ17.7531.0717.12-
YUV121.62115.7961.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.60%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=9.60%
G=57.28%
B=33.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291731000.8300.420.32149.5871.2939.61
Hex1DAD645302A20964728
Octal352551441230524022610750
Binary1110110101101110010010100110101010100000100101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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