#1ADD75

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

Shades of Malachite #1ADD75

Tints of Malachite #1ADD75

Color information

#1ADD75 (or 0x1ADD75) is unknown color: approx Malachite. HEX triplet: 1A, DD and 75. RGB value is (26,221,117). Sum of RGB (Red+Green+Blue) = 26+221+117=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADD75 is #E5228A. Grayscale: #979797. Windows color (decimal): -15016587 or 7724314. OLE color: 7724314.

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

Color convert

RGB26221117-
CMYK0.8800.470.13
HSL148º78.95%48.43%-
HSV(B)148º88.24%86.67%-
XYZ29.4953.2225.55-
YUV150.84108.938.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.14%
GREEN value IS 221 (86.72% from 255) = 60.71%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=7.14%
G=60.71%
B=32.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262211170.8800.470.1314878.9548.43
Hex1ADD755802FD944f30
Octal323351651300571522411760
Binary11010110111011110101101100001011111101100101001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,221,117); }

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

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

 a { background-color: rgb(26,221,117); }

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

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

 span { border-color: rgb(26,221,117); }

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