#1DE270

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

Shades of Malachite #1DE270

Tints of Malachite #1DE270

Color information

#1DE270 (or 0x1DE270) is unknown color: approx Malachite. HEX triplet: 1D, E2 and 70. RGB value is (29,226,112). Sum of RGB (Red+Green+Blue) = 29+226+112=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 226 (88.67% from 255 or 61.58% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 226 - color contains mainly: green. Hex color #1DE270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DE270 is #E21D8F. Grayscale: #9A9A9A. Windows color (decimal): -14818704 or 7397917. OLE color: 7397917.

HSL color Cylindrical-coordinate representation of color #1DE270: hue angle of 145.28º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE270 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB29226112-
CMYK0.8700.500.11
HSL145.28º77.25%50%-
HSV(B)145.28º87.17%88.63%-
XYZ30.6355.8224.49-
YUV154.1104.2338.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.90%
GREEN value IS 226 (88.67% from 255) = 61.58%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=7.90%
G=61.58%
B=30.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal292261120.8700.500.11145.2877.2550
Hex1DE27057032B914d32
Octal353421601270621322111562
Binary11101111000101110000101011101100101011100100011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,226,112); }

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

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

 a { background-color: rgb(29,226,112); }

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

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

 span { border-color: rgb(29,226,112); }

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