Html Css Color HEX #1EAF64 Eucalyptus

📋 copy color: '#1EAF64'

red 30 ◦ green 175 ◦ blue 100

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

Shades of Eucalyptus #1EAF64

Tints of Eucalyptus #1EAF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.38%

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

R = 9.84%
G = 57.38%
B = 32.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#1EAF64 (or 0x1EAF64) is known color: Eucalyptus. HEX triplet: 1E, AF and 64. RGB value is (30,175,100). Sum of RGB (Red+Green+Blue) = 30+175+100=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAF64 is #E1509B. Grayscale: #7B7B7B. Windows color (decimal): -14766236 or 6598430. OLE color: 6598430.

HSL color Cylindrical-coordinate representation of color #1EAF64: hue angle of 148.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF64 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 100 -
CMYK 0.83 0 0.43 0.31
HSL 148.97º 0.71% 0.4% -
HSV(B) 148.97º 0.83% 0.69% -
XYZ 18.17 31.86 17.25 -
YUV 123.1 114.96 61.6 -
System Red Green Blue C M Y K H S L
Decimal 30 175 100 0.83 0 0.43 0.31 148.97 0.71 0.4
Hex 1E AF 64 53 0 2B 1F 95 47 28
Octal 36 257 144 123 0 53 37 225 107 50
Binary 11110 10101111 1100100 1010011 0 101011 11111 10010101 1000111 101000

Color Harmonies of #1EAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF64

Black with #1EAF64

Text Example


Text Example

White with #1EAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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