#1AD340

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

Shades of Malachite #1AD340

Tints of Malachite #1AD340

Color information

#1AD340 (or 0x1AD340) is unknown color: approx Malachite. HEX triplet: 1A, D3 and 40. RGB value is (26,211,64). Sum of RGB (Red+Green+Blue) = 26+211+64=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 211 (82.81% from 255 or 70.10% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD340 is #E52CBF. Grayscale: #8B8B8B. Windows color (decimal): -15019200 or 4248346. OLE color: 4248346.

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

Color convert

RGB2621164-
CMYK0.8800.700.17
HSL132.32º78.06%46.47%-
HSV(B)132.32º87.68%82.75%-
XYZ24.6547.1812.66-
YUV138.9385.7147.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 211 (82.81% from 255) = 70.10%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=8.64%
G=70.10%
B=21.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal26211640.8800.700.17132.3278.0646.47
Hex1AD3405804611844e2e
Octal3232310013001062120411656
Binary1101011010011100000010110000100011010001100001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,211,64); }

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

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

 a { background-color: rgb(26,211,64); }

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

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

 span { border-color: rgb(26,211,64); }

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