Html Css Color HEX #1CD148 Malachite

📋 copy color: '#1CD148'

red 28 ◦ green 209 ◦ blue 72

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

Shades of Malachite #1CD148

Tints of Malachite #1CD148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 9.06%
G = 67.64%
B = 23.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#1CD148 (or 0x1CD148) is known color: Malachite. HEX triplet: 1C, D1 and 48. RGB value is (28,209,72). Sum of RGB (Red+Green+Blue) = 28+209+72=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 209 (82.03% from 255 or 67.64% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD148 is #E32EB7. Grayscale: #8B8B8B. Windows color (decimal): -14888632 or 4772124. OLE color: 4772124.

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

Color convert

RGB 28 209 72 -
CMYK 0.87 0 0.66 0.18
HSL 134.59º 0.76% 0.46% -
HSV(B) 134.59º 0.87% 0.82% -
XYZ 24.45 46.32 13.78 -
YUV 139.26 90.03 48.64 -
System Red Green Blue C M Y K H S L
Decimal 28 209 72 0.87 0 0.66 0.18 134.59 0.76 0.46
Hex 1C D1 48 57 0 42 12 87 4C 2E
Octal 34 321 110 127 0 102 22 207 114 56
Binary 11100 11010001 1001000 1010111 0 1000010 10010 10000111 1001100 101110

Color Harmonies of #1CD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD148

Black with #1CD148

Text Example


Text Example

White with #1CD148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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