Html Css Color HEX #1CF141 Malachite

📋 copy color: '#1CF141'

red 28 ◦ green 241 ◦ blue 65

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

Shades of Malachite #1CF141

Tints of Malachite #1CF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 8.38%
G = 72.16%
B = 19.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#1CF141 (or 0x1CF141) is known color: Malachite. HEX triplet: 1C, F1 and 41. RGB value is (28,241,65). Sum of RGB (Red+Green+Blue) = 28+241+65=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF141 is #E30EBE. Grayscale: #9D9D9D. Windows color (decimal): -14880447 or 4321564. OLE color: 4321564.

HSL color Cylindrical-coordinate representation of color #1CF141: hue angle of 130.42º 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 #1CF141 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 241 65 -
CMYK 0.88 0 0.73 0.05
HSL 130.42º 0.88% 0.53% -
HSV(B) 130.42º 0.88% 0.95% -
XYZ 32.89 63.54 15.53 -
YUV 157.25 75.93 35.81 -
System Red Green Blue C M Y K H S L
Decimal 28 241 65 0.88 0 0.73 0.05 130.42 0.88 0.53
Hex 1C F1 41 58 0 49 5 82 58 35
Octal 34 361 101 130 0 111 5 202 130 65
Binary 11100 11110001 1000001 1011000 0 1001001 101 10000010 1011000 110101

Color Harmonies of #1CF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF141

Black with #1CF141

Text Example


Text Example

White with #1CF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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