Html Css Color HEX #1EAC50 Pigment Green

📋 copy color: '#1EAC50'

red 30 ◦ green 172 ◦ blue 80

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

Shades of Pigment Green #1EAC50

Tints of Pigment Green #1EAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.99%

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

R = 10.64%
G = 60.99%
B = 28.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#1EAC50 (or 0x1EAC50) is known color: Pigment Green. HEX triplet: 1E, AC and 50. RGB value is (30,172,80). Sum of RGB (Red+Green+Blue) = 30+172+80=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC50 is #E153AF. Grayscale: #777777. Windows color (decimal): -14767024 or 5286942. OLE color: 5286942.

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

Color convert

RGB 30 172 80 -
CMYK 0.83 0 0.53 0.33
HSL 141.13º 0.7% 0.4% -
HSV(B) 141.13º 0.83% 0.67% -
XYZ 16.74 30.36 12.57 -
YUV 119.05 105.96 64.48 -
System Red Green Blue C M Y K H S L
Decimal 30 172 80 0.83 0 0.53 0.33 141.13 0.7 0.4
Hex 1E AC 50 53 0 35 21 8D 46 28
Octal 36 254 120 123 0 65 41 215 106 50
Binary 11110 10101100 1010000 1010011 0 110101 100001 10001101 1000110 101000

Color Harmonies of #1EAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAC50

Black with #1EAC50

Text Example


Text Example

White with #1EAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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