Html Css Color HEX #1EA160 Eucalyptus

📋 copy color: '#1EA160'

red 30 ◦ green 161 ◦ blue 96

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

Shades of Eucalyptus #1EA160

Tints of Eucalyptus #1EA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 10.45%
G = 56.1%
B = 33.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#1EA160 (or 0x1EA160) is known color: Eucalyptus. HEX triplet: 1E, A1 and 60. RGB value is (30,161,96). Sum of RGB (Red+Green+Blue) = 30+161+96=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA160 is #E15E9F. Grayscale: #727272. Windows color (decimal): -14769824 or 6332702. OLE color: 6332702.

HSL color Cylindrical-coordinate representation of color #1EA160: hue angle of 150.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA160 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 161 96 -
CMYK 0.81 0 0.40 0.37
HSL 150.23º 0.69% 0.37% -
HSV(B) 150.23º 0.81% 0.63% -
XYZ 15.39 26.61 15.39 -
YUV 114.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 30 161 96 0.81 0 0.40 0.37 150.23 0.69 0.37
Hex 1E A1 60 51 0 28 25 96 45 25
Octal 36 241 140 121 0 50 45 226 105 45
Binary 11110 10100001 1100000 1010001 0 101000 100101 10010110 1000101 100101

Color Harmonies of #1EA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA160

Black with #1EA160

Text Example


Text Example

White with #1EA160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,161,96); }

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

background-color css

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

 a { background-color: rgb(30,161,96); }

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

border-color css

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

 span { border-color: rgb(30,161,96); }

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