#1AD452

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

Shades of Malachite #1AD452

Tints of Malachite #1AD452

Color information

#1AD452 (or 0x1AD452) is unknown color: approx Malachite. HEX triplet: 1A, D4 and 52. RGB value is (26,212,82). Sum of RGB (Red+Green+Blue) = 26+212+82=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 212 (83.20% from 255 or 66.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD452 is #E52BAD. Grayscale: #8D8D8D. Windows color (decimal): -15018926 or 5428250. OLE color: 5428250.

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

Color convert

RGB2621282-
CMYK0.8800.610.17
HSL138.06º78.15%46.67%-
HSV(B)138.06º87.74%83.14%-
XYZ25.4947.9215.89-
YUV141.5794.3845.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.12%
GREEN value IS 212 (83.20% from 255) = 66.25%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=8.12%
G=66.25%
B=25.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal26212820.8800.610.17138.0678.1546.67
Hex1AD4525803D118a4e2f
Octal323241221300752121211657
Binary110101101010010100101011000011110110001100010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,212,82); }

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

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

 a { background-color: rgb(26,212,82); }

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

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

 span { border-color: rgb(26,212,82); }

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