#1AD14D

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

Shades of Malachite #1AD14D

Tints of Malachite #1AD14D

Color information

#1AD14D (or 0x1AD14D) is unknown color: approx Malachite. HEX triplet: 1A, D1 and 4D. RGB value is (26,209,77). Sum of RGB (Red+Green+Blue) = 26+209+77=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD14D is #E52EB2. Grayscale: #8B8B8B. Windows color (decimal): -15019699 or 5099802. OLE color: 5099802.

HSL color Cylindrical-coordinate representation of color #1AD14D: hue angle of 136.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD14D is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2620977-
CMYK0.8800.630.18
HSL136.72º77.87%46.08%-
HSV(B)136.72º87.56%81.96%-
XYZ24.5746.3614.67-
YUV139.2392.8747.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 209 (82.03% from 255) = 66.99%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=8.33%
G=66.99%
B=24.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26209770.8800.630.18136.7277.8746.08
Hex1AD14D5803F12894e2e
Octal323211151300772221111656
Binary110101101000110011011011000011111110010100010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,209,77); }

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

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

 a { background-color: rgb(26,209,77); }

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

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

 span { border-color: rgb(26,209,77); }

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