Html Css Color HEX #1DC252 Malachite

📋 copy color: '#1DC252'

red 29 ◦ green 194 ◦ blue 82

#1DC252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1DC252

Tints of Malachite #1DC252

RGB

 RED value IS 29 (11.72% from 255) = 9.51%

 GREEN value IS 194 (76.17% from 255) = 63.61%

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 9.51%
G = 63.61%
B = 26.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#1DC252 (or 0x1DC252) is known color: Malachite. HEX triplet: 1D, C2 and 52. RGB value is (29,194,82). Sum of RGB (Red+Green+Blue) = 29+194+82=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC252 is #E23DAD. Grayscale: #848484. Windows color (decimal): -14826926 or 5423645. OLE color: 5423645.

HSL color Cylindrical-coordinate representation of color #1DC252: hue angle of 139.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC252 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 194 82 -
CMYK 0.85 0 0.58 0.24
HSL 139.27º 0.74% 0.44% -
HSV(B) 139.27º 0.85% 0.76% -
XYZ 21.32 39.45 14.47 -
YUV 131.9 99.84 54.61 -
System Red Green Blue C M Y K H S L
Decimal 29 194 82 0.85 0 0.58 0.24 139.27 0.74 0.44
Hex 1D C2 52 55 0 3A 18 8B 4A 2C
Octal 35 302 122 125 0 72 30 213 112 54
Binary 11101 11000010 1010010 1010101 0 111010 11000 10001011 1001010 101100

Color Harmonies of #1DC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC252

Black with #1DC252

Text Example


Text Example

White with #1DC252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DC252;
 }
 .AnyTagClassName
 {
   color: #1DC252;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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