Html Css Color HEX #1CD760 Malachite

📋 copy color: '#1CD760'

red 28 ◦ green 215 ◦ blue 96

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

Shades of Malachite #1CD760

Tints of Malachite #1CD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.42%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 8.26%
G = 63.42%
B = 28.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#1CD760 (or 0x1CD760) is known color: Malachite. HEX triplet: 1C, D7 and 60. RGB value is (28,215,96). Sum of RGB (Red+Green+Blue) = 28+215+96=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD760 is #E3289F. Grayscale: #919191. Windows color (decimal): -14887072 or 6346524. OLE color: 6346524.

HSL color Cylindrical-coordinate representation of color #1CD760: hue angle of 141.82º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD760 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 215 96 -
CMYK 0.87 0 0.55 0.16
HSL 141.82º 0.77% 0.48% -
HSV(B) 141.82º 0.87% 0.84% -
XYZ 26.89 49.69 19.24 -
YUV 145.52 100.05 44.18 -
System Red Green Blue C M Y K H S L
Decimal 28 215 96 0.87 0 0.55 0.16 141.82 0.77 0.48
Hex 1C D7 60 57 0 37 10 8E 4D 30
Octal 34 327 140 127 0 67 20 216 115 60
Binary 11100 11010111 1100000 1010111 0 110111 10000 10001110 1001101 110000

Color Harmonies of #1CD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD760

Black with #1CD760

Text Example


Text Example

White with #1CD760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,215,96); }

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

background-color css

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

 a { background-color: rgb(28,215,96); }

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

border-color css

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

 span { border-color: rgb(28,215,96); }

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