Html Css Color HEX #1CF144 Malachite

📋 copy color: '#1CF144'

red 28 ◦ green 241 ◦ blue 68

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

Shades of Malachite #1CF144

Tints of Malachite #1CF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 8.31%
G = 71.51%
B = 20.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#1CF144 (or 0x1CF144) is known color: Malachite. HEX triplet: 1C, F1 and 44. RGB value is (28,241,68). Sum of RGB (Red+Green+Blue) = 28+241+68=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF144 is #E30EBB. Grayscale: #9E9E9E. Windows color (decimal): -14880444 or 4518172. OLE color: 4518172.

HSL color Cylindrical-coordinate representation of color #1CF144: hue angle of 131.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF144 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 241 68 -
CMYK 0.88 0 0.72 0.05
HSL 131.27º 0.88% 0.53% -
HSV(B) 131.27º 0.88% 0.95% -
XYZ 32.98 63.57 16 -
YUV 157.59 77.43 35.57 -
System Red Green Blue C M Y K H S L
Decimal 28 241 68 0.88 0 0.72 0.05 131.27 0.88 0.53
Hex 1C F1 44 58 0 48 5 83 58 35
Octal 34 361 104 130 0 110 5 203 130 65
Binary 11100 11110001 1000100 1011000 0 1001000 101 10000011 1011000 110101

Color Harmonies of #1CF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF144

Black with #1CF144

Text Example


Text Example

White with #1CF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,241,68); }

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

background-color css

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

 a { background-color: rgb(28,241,68); }

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

border-color css

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

 span { border-color: rgb(28,241,68); }

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