#1DCC52

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

Shades of Malachite #1DCC52

Tints of Malachite #1DCC52

Color information

#1DCC52 (or 0x1DCC52) is unknown color: approx Malachite. HEX triplet: 1D, CC and 52. RGB value is (29,204,82). Sum of RGB (Red+Green+Blue) = 29+204+82=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC52 is #E233AD. Grayscale: #8A8A8A. Windows color (decimal): -14824366 or 5426205. OLE color: 5426205.

HSL color Cylindrical-coordinate representation of color #1DCC52: hue angle of 138.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC52 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2920482-
CMYK0.8600.600.2
HSL138.17º75.11%45.69%-
HSV(B)138.17º85.78%80%-
XYZ23.6244.0615.24-
YUV137.7796.5250.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.21%
GREEN value IS 204 (80.08% from 255) = 64.76%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=9.21%
G=64.76%
B=26.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal29204820.8600.600.2138.1775.1145.69
Hex1DCC525603C148a4b2e
Octal353141221260742421211356
Binary111011100110010100101010110011110010100100010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,82); }

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

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

 a { background-color: rgb(29,204,82); }

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

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

 span { border-color: rgb(29,204,82); }

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