Html Css Color HEX #1EA150 Eucalyptus

📋 copy color: '#1EA150'

red 30 ◦ green 161 ◦ blue 80

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

Shades of Eucalyptus #1EA150

Tints of Eucalyptus #1EA150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 11.07%
G = 59.41%
B = 29.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#1EA150 (or 0x1EA150) is known color: Eucalyptus. HEX triplet: 1E, A1 and 50. RGB value is (30,161,80). Sum of RGB (Red+Green+Blue) = 30+161+80=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA150 is #E15EAF. Grayscale: #707070. Windows color (decimal): -14769840 or 5284126. OLE color: 5284126.

HSL color Cylindrical-coordinate representation of color #1EA150: hue angle of 142.9º 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 #1EA150 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 161 80 -
CMYK 0.81 0 0.50 0.37
HSL 142.9º 0.69% 0.37% -
HSV(B) 142.9º 0.81% 0.63% -
XYZ 14.73 26.34 11.9 -
YUV 112.6 109.6 69.09 -
System Red Green Blue C M Y K H S L
Decimal 30 161 80 0.81 0 0.50 0.37 142.9 0.69 0.37
Hex 1E A1 50 51 0 32 25 8F 45 25
Octal 36 241 120 121 0 62 45 217 105 45
Binary 11110 10100001 1010000 1010001 0 110010 100101 10001111 1000101 100101

Color Harmonies of #1EA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA150

Black with #1EA150

Text Example


Text Example

White with #1EA150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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