#1DFC5A

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

Shades of Malachite #1DFC5A

Tints of Malachite #1DFC5A

Color information

#1DFC5A (or 0x1DFC5A) is unknown color: approx Malachite. HEX triplet: 1D, FC and 5A. RGB value is (29,252,90). Sum of RGB (Red+Green+Blue) = 29+252+90=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFC5A is #E203A5. Grayscale: #A7A7A7. Windows color (decimal): -14812070 or 5962781. OLE color: 5962781.

HSL color Cylindrical-coordinate representation of color #1DFC5A: hue angle of 136.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFC5A is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB2925290-
CMYK0.8800.640.01
HSL136.41º97.38%55.1%-
HSV(B)136.41º88.49%98.82%-
XYZ37.1670.6221.35-
YUV166.8584.6229.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.82%
GREEN value IS 252 (98.83% from 255) = 67.92%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=7.82%
G=67.92%
B=24.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal29252900.8800.640.01136.4197.3855.1
Hex1DFC5A580401886137
Octal353741321300100121014167
Binary111011111110010110101011000010000001100010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,252,90); }

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

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

 a { background-color: rgb(29,252,90); }

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

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

 span { border-color: rgb(29,252,90); }

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