Html Css Color HEX #1DC152 Malachite

📋 copy color: '#1DC152'

red 29 ◦ green 193 ◦ blue 82

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

Shades of Malachite #1DC152

Tints of Malachite #1DC152

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.49%

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

R = 9.54%
G = 63.49%
B = 26.97%

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

#1DC152 (or 0x1DC152) is known color: Malachite. HEX triplet: 1D, C1 and 52. RGB value is (29,193,82). Sum of RGB (Red+Green+Blue) = 29+193+82=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC152 is #E23EAD. Grayscale: #838383. Windows color (decimal): -14827182 or 5423389. OLE color: 5423389.

HSL color Cylindrical-coordinate representation of color #1DC152: hue angle of 139.39º 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 #1DC152 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 193 82 -
CMYK 0.85 0 0.58 0.24
HSL 139.39º 0.74% 0.44% -
HSV(B) 139.39º 0.85% 0.76% -
XYZ 21.1 39.01 14.4 -
YUV 131.31 100.17 55.03 -
System Red Green Blue C M Y K H S L
Decimal 29 193 82 0.85 0 0.58 0.24 139.39 0.74 0.44
Hex 1D C1 52 55 0 3A 18 8B 4A 2C
Octal 35 301 122 125 0 72 30 213 112 54
Binary 11101 11000001 1010010 1010101 0 111010 11000 10001011 1001010 101100

Color Harmonies of #1DC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC152

Black with #1DC152

Text Example


Text Example

White with #1DC152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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