Html Css Color HEX #1CDC3C Malachite

📋 copy color: '#1CDC3C'

red 28 ◦ green 220 ◦ blue 60

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

Shades of Malachite #1CDC3C

Tints of Malachite #1CDC3C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.43%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 9.09%
G = 71.43%
B = 19.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#1CDC3C (or 0x1CDC3C) is known color: Malachite. HEX triplet: 1C, DC and 3C. RGB value is (28,220,60). Sum of RGB (Red+Green+Blue) = 28+220+60=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC3C is #E323C3. Grayscale: #909090. Windows color (decimal): -14885828 or 3988508. OLE color: 3988508.

HSL color Cylindrical-coordinate representation of color #1CDC3C: hue angle of 130º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC3C is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 60 -
CMYK 0.87 0 0.73 0.14
HSL 130º 0.77% 0.49% -
HSV(B) 130º 0.87% 0.86% -
XYZ 26.89 51.76 12.85 -
YUV 144.35 80.39 45.01 -
System Red Green Blue C M Y K H S L
Decimal 28 220 60 0.87 0 0.73 0.14 130 0.77 0.49
Hex 1C DC 3C 57 0 49 E 82 4D 31
Octal 34 334 74 127 0 111 16 202 115 61
Binary 11100 11011100 111100 1010111 0 1001001 1110 10000010 1001101 110001

Color Harmonies of #1CDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC3C

Black with #1CDC3C

Text Example


Text Example

White with #1CDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,220,60); }

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

background-color css

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

 a { background-color: rgb(28,220,60); }

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

border-color css

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

 span { border-color: rgb(28,220,60); }

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