#1EAC52

Color #1EAC52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1EAC52

Tints of Pigment Green #1EAC52

Color information

#1EAC52 (or 0x1EAC52) is unknown color: approx Pigment Green. HEX triplet: 1E, AC and 52. RGB value is (30,172,82). Sum of RGB (Red+Green+Blue) = 30+172+82=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC52 is #E153AD. Grayscale: #777777. Windows color (decimal): -14767022 or 5418014. OLE color: 5418014.

HSL color Cylindrical-coordinate representation of color #1EAC52: hue angle of 141.97º 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 #1EAC52 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB3017282-
CMYK0.8300.520.33
HSL141.97º70.3%39.61%-
HSV(B)141.97º82.56%67.45%-
XYZ16.8130.3912.96-
YUV119.28106.9664.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 172 (67.58% from 255) = 60.56%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=10.56%
G=60.56%
B=28.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30172820.8300.520.33141.9770.339.61
Hex1EAC5253034218e4628
Octal362541221230644121610650
Binary1111010101100101001010100110110100100001100011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EAC52;
 }
 .AnyTagClassName
 {
   color: #1EAC52;
 }
</style>
background-color css

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

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

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

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

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

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