Html Css Color HEX #1DAD65 Eucalyptus

📋 copy color: '#1DAD65'

red 29 ◦ green 173 ◦ blue 101

#1DAD65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #1DAD65

Tints of Eucalyptus #1DAD65

RGB

 RED value IS 29 (11.72% from 255) = 9.57%

 GREEN value IS 173 (67.97% from 255) = 57.1%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 9.57%
G = 57.1%
B = 33.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#1DAD65 (or 0x1DAD65) is known color: Eucalyptus. HEX triplet: 1D, AD and 65. RGB value is (29,173,101). Sum of RGB (Red+Green+Blue) = 29+173+101=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD65 is #E2529A. Grayscale: #797979. Windows color (decimal): -14832283 or 6663453. OLE color: 6663453.

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

Color convert

RGB 29 173 101 -
CMYK 0.83 0 0.42 0.32
HSL 150º 0.71% 0.4% -
HSV(B) 150º 0.83% 0.68% -
XYZ 17.8 31.09 17.37 -
YUV 121.74 116.29 61.85 -
System Red Green Blue C M Y K H S L
Decimal 29 173 101 0.83 0 0.42 0.32 150 0.71 0.4
Hex 1D AD 65 53 0 2A 20 96 47 28
Octal 35 255 145 123 0 52 40 226 107 50
Binary 11101 10101101 1100101 1010011 0 101010 100000 10010110 1000111 101000

Color Harmonies of #1DAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD65

Black with #1DAD65

Text Example


Text Example

White with #1DAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DAD65;
 }
 .AnyTagClassName
 {
   color: #1DAD65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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