#1ED269

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

Shades of Malachite #1ED269

Tints of Malachite #1ED269

Color information

#1ED269 (or 0x1ED269) is unknown color: approx Malachite. HEX triplet: 1E, D2 and 69. RGB value is (30,210,105). Sum of RGB (Red+Green+Blue) = 30+210+105=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED269 is #E12D96. Grayscale: #909090. Windows color (decimal): -14757271 or 6935070. OLE color: 6935070.

HSL color Cylindrical-coordinate representation of color #1ED269: hue angle of 145º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED269 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB30210105-
CMYK0.8600.500.18
HSL145º75%47.06%-
HSV(B)145º85.71%82.35%-
XYZ26.1347.3921.13-
YUV144.21105.8746.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.70%
GREEN value IS 210 (82.42% from 255) = 60.87%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=8.70%
G=60.87%
B=30.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302101050.8600.500.181457547.06
Hex1ED2695603212914b2f
Octal363221511260622222111357
Binary111101101001011010011010110011001010010100100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,210,105); }

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

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

 a { background-color: rgb(30,210,105); }

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

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

 span { border-color: rgb(30,210,105); }

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