Html Css Color HEX #1CDD6A Malachite

📋 copy color: '#1CDD6A'

red 28 ◦ green 221 ◦ blue 106

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

Shades of Malachite #1CDD6A

Tints of Malachite #1CDD6A

RGB

 RED value IS 28 (11.33% from 255) = 7.89%

 GREEN value IS 221 (86.72% from 255) = 62.25%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 7.89%
G = 62.25%
B = 29.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#1CDD6A (or 0x1CDD6A) is known color: Malachite. HEX triplet: 1C, DD and 6A. RGB value is (28,221,106). Sum of RGB (Red+Green+Blue) = 28+221+106=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDD6A is #E32295. Grayscale: #969696. Windows color (decimal): -14885526 or 7003420. OLE color: 7003420.

HSL color Cylindrical-coordinate representation of color #1CDD6A: hue angle of 144.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD6A is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 106 -
CMYK 0.87 0 0.52 0.13
HSL 144.25º 0.78% 0.49% -
HSV(B) 144.25º 0.87% 0.87% -
XYZ 28.94 53 22.34 -
YUV 150.18 103.06 40.85 -
System Red Green Blue C M Y K H S L
Decimal 28 221 106 0.87 0 0.52 0.13 144.25 0.78 0.49
Hex 1C DD 6A 57 0 34 D 90 4E 31
Octal 34 335 152 127 0 64 15 220 116 61
Binary 11100 11011101 1101010 1010111 0 110100 1101 10010000 1001110 110001

Color Harmonies of #1CDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD6A

Black with #1CDD6A

Text Example


Text Example

White with #1CDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,221,106); }

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

background-color css

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

 a { background-color: rgb(28,221,106); }

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

border-color css

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

 span { border-color: rgb(28,221,106); }

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