#1AC25E

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

Shades of Malachite #1AC25E

Tints of Malachite #1AC25E

Color information

#1AC25E (or 0x1AC25E) is unknown color: approx Malachite. HEX triplet: 1A, C2 and 5E. RGB value is (26,194,94). Sum of RGB (Red+Green+Blue) = 26+194+94=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC25E is #E53DA1. Grayscale: #848484. Windows color (decimal): -15023522 or 6210074. OLE color: 6210074.

HSL color Cylindrical-coordinate representation of color #1AC25E: hue angle of 144.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC25E is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB2619494-
CMYK0.8700.520.24
HSL144.29º76.36%43.14%-
HSV(B)144.29º86.6%76.08%-
XYZ21.7439.6117.09-
YUV132.37106.3452.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.28%
GREEN value IS 194 (76.17% from 255) = 61.78%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=8.28%
G=61.78%
B=29.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26194940.8700.520.24144.2976.3643.14
Hex1AC25E5703418904c2b
Octal323021361270643022011453
Binary110101100001010111101010111011010011000100100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,194,94); }

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

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

 a { background-color: rgb(26,194,94); }

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

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

 span { border-color: rgb(26,194,94); }

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