#1ad96f

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

Shades of Malachite #1AD96F

Tints of Malachite #1AD96F

Color information

#1AD96F (or 0x1AD96F) is unknown color: approx Malachite. HEX triplet: 1A, D9 and 6F. RGB value is (26,217,111). Sum of RGB (Red+Green+Blue) = 26+217+111=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD96F is #E52690. Grayscale: #949494. Windows color (decimal): -15017617 or 7330074. OLE color: 7330074.

HSL color Cylindrical-coordinate representation of color #1AD96F: hue angle of 146.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD96F is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB26217111-
CMYK0.8800.490.15
HSL146.7º78.6%47.65%-
HSV(B)146.7º88.02%85.1%-
XYZ28.1150.9923.4-
YUV147.81107.2241.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.34%
GREEN value IS 217 (85.16% from 255) = 61.30%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=7.34%
G=61.30%
B=31.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal262171110.8800.490.15146.778.647.65
Hex1AD96F58031F934f30
Octal323311571300611722311760
Binary11010110110011101111101100001100011111100100111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad96f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,217,111); }

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

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

 a { background-color: rgb(26,217,111); }

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

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

 span { border-color: rgb(26,217,111); }

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