Html Css Color HEX #1CD150 Malachite

📋 copy color: '#1CD150'

red 28 ◦ green 209 ◦ blue 80

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

Shades of Malachite #1CD150

Tints of Malachite #1CD150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 65.93%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 8.83%
G = 65.93%
B = 25.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#1CD150 (or 0x1CD150) is known color: Malachite. HEX triplet: 1C, D1 and 50. RGB value is (28,209,80). Sum of RGB (Red+Green+Blue) = 28+209+80=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD150 is #E32EAF. Grayscale: #8C8C8C. Windows color (decimal): -14888624 or 5296412. OLE color: 5296412.

HSL color Cylindrical-coordinate representation of color #1CD150: hue angle of 137.24º 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 #1CD150 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 80 -
CMYK 0.87 0 0.62 0.18
HSL 137.24º 0.76% 0.46% -
HSV(B) 137.24º 0.87% 0.82% -
XYZ 24.73 46.43 15.25 -
YUV 140.18 94.03 47.99 -
System Red Green Blue C M Y K H S L
Decimal 28 209 80 0.87 0 0.62 0.18 137.24 0.76 0.46
Hex 1C D1 50 57 0 3E 12 89 4C 2E
Octal 34 321 120 127 0 76 22 211 114 56
Binary 11100 11010001 1010000 1010111 0 111110 10010 10001001 1001100 101110

Color Harmonies of #1CD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD150

Black with #1CD150

Text Example


Text Example

White with #1CD150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,80); }

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

background-color css

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

 a { background-color: rgb(28,209,80); }

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

border-color css

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

 span { border-color: rgb(28,209,80); }

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