#1ad160

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

Shades of Malachite #1AD160

Tints of Malachite #1AD160

Color information

#1AD160 (or 0x1AD160) is unknown color: approx Malachite. HEX triplet: 1A, D1 and 60. RGB value is (26,209,96). Sum of RGB (Red+Green+Blue) = 26+209+96=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD160 is #E52E9F. Grayscale: #8D8D8D. Windows color (decimal): -15019680 or 6344986. OLE color: 6344986.

HSL color Cylindrical-coordinate representation of color #1AD160: hue angle of 142.95º 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 #1AD160 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2620996-
CMYK0.8800.540.18
HSL142.95º77.87%46.08%-
HSV(B)142.95º87.56%81.96%-
XYZ25.3446.6718.74-
YUV141.4102.3745.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 209 (82.03% from 255) = 63.14%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=7.85%
G=63.14%
B=29.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26209960.8800.540.18142.9577.8746.08
Hex1AD16058036128f4e2e
Octal323211401300662221711656
Binary110101101000111000001011000011011010010100011111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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