Html Css Color HEX #1CD064 Malachite

📋 copy color: '#1CD064'

red 28 ◦ green 208 ◦ blue 100

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

Shades of Malachite #1CD064

Tints of Malachite #1CD064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.9%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 8.33%
G = 61.9%
B = 29.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#1CD064 (or 0x1CD064) is known color: Malachite. HEX triplet: 1C, D0 and 64. RGB value is (28,208,100). Sum of RGB (Red+Green+Blue) = 28+208+100=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD064 is #E32F9B. Grayscale: #8E8E8E. Windows color (decimal): -14888860 or 6606876. OLE color: 6606876.

HSL color Cylindrical-coordinate representation of color #1CD064: hue angle of 144º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD064 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 100 -
CMYK 0.87 0 0.52 0.18
HSL 144º 0.76% 0.46% -
HSV(B) 144º 0.87% 0.82% -
XYZ 25.34 46.28 19.65 -
YUV 141.87 104.37 46.78 -
System Red Green Blue C M Y K H S L
Decimal 28 208 100 0.87 0 0.52 0.18 144 0.76 0.46
Hex 1C D0 64 57 0 34 12 90 4C 2E
Octal 34 320 144 127 0 64 22 220 114 56
Binary 11100 11010000 1100100 1010111 0 110100 10010 10010000 1001100 101110

Color Harmonies of #1CD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD064

Black with #1CD064

Text Example


Text Example

White with #1CD064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,100); }

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

background-color css

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

 a { background-color: rgb(28,208,100); }

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

border-color css

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

 span { border-color: rgb(28,208,100); }

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