Html Css Color HEX #1DAA5E Eucalyptus

📋 copy color: '#1DAA5E'

red 29 ◦ green 170 ◦ blue 94

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

Shades of Eucalyptus #1DAA5E

Tints of Eucalyptus #1DAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.02%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 9.9%
G = 58.02%
B = 32.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#1DAA5E (or 0x1DAA5E) is known color: Eucalyptus. HEX triplet: 1D, AA and 5E. RGB value is (29,170,94). Sum of RGB (Red+Green+Blue) = 29+170+94=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAA5E is #E255A1. Grayscale: #777777. Windows color (decimal): -14833058 or 6203933. OLE color: 6203933.

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

Color convert

RGB 29 170 94 -
CMYK 0.83 0 0.45 0.33
HSL 147.66º 0.71% 0.39% -
HSV(B) 147.66º 0.83% 0.67% -
XYZ 16.9 29.82 15.45 -
YUV 119.18 113.79 63.68 -
System Red Green Blue C M Y K H S L
Decimal 29 170 94 0.83 0 0.45 0.33 147.66 0.71 0.39
Hex 1D AA 5E 53 0 2D 21 94 47 27
Octal 35 252 136 123 0 55 41 224 107 47
Binary 11101 10101010 1011110 1010011 0 101101 100001 10010100 1000111 100111

Color Harmonies of #1DAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAA5E

Black with #1DAA5E

Text Example


Text Example

White with #1DAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,170,94); }

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

background-color css

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

 a { background-color: rgb(29,170,94); }

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

border-color css

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

 span { border-color: rgb(29,170,94); }

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