Html Css Color HEX #1EAA64 Eucalyptus

📋 copy color: '#1EAA64'

red 30 ◦ green 170 ◦ blue 100

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

Shades of Eucalyptus #1EAA64

Tints of Eucalyptus #1EAA64

RGB

 RED value IS 30 (12.11% from 255) = 10%

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

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 10%
G = 56.67%
B = 33.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#1EAA64 (or 0x1EAA64) is known color: Eucalyptus. HEX triplet: 1E, AA and 64. RGB value is (30,170,100). Sum of RGB (Red+Green+Blue) = 30+170+100=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA64 is #E1559B. Grayscale: #787878. Windows color (decimal): -14767516 or 6597150. OLE color: 6597150.

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

Color convert

RGB 30 170 100 -
CMYK 0.82 0 0.41 0.33
HSL 150º 0.7% 0.39% -
HSV(B) 150º 0.82% 0.67% -
XYZ 17.21 29.95 16.93 -
YUV 120.16 116.62 63.69 -
System Red Green Blue C M Y K H S L
Decimal 30 170 100 0.82 0 0.41 0.33 150 0.7 0.39
Hex 1E AA 64 52 0 29 21 96 46 27
Octal 36 252 144 122 0 51 41 226 106 47
Binary 11110 10101010 1100100 1010010 0 101001 100001 10010110 1000110 100111

Color Harmonies of #1EAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAA64

Black with #1EAA64

Text Example


Text Example

White with #1EAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,170,100); }

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

background-color css

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

 a { background-color: rgb(30,170,100); }

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

border-color css

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

 span { border-color: rgb(30,170,100); }

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