Html Css Color HEX #1CF149 Malachite

📋 copy color: '#1CF149'

red 28 ◦ green 241 ◦ blue 73

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

Shades of Malachite #1CF149

Tints of Malachite #1CF149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 8.19%
G = 70.47%
B = 21.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#1CF149 (or 0x1CF149) is known color: Malachite. HEX triplet: 1C, F1 and 49. RGB value is (28,241,73). Sum of RGB (Red+Green+Blue) = 28+241+73=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF149 is #E30EB6. Grayscale: #9E9E9E. Windows color (decimal): -14880439 or 4845852. OLE color: 4845852.

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

Color convert

RGB 28 241 73 -
CMYK 0.88 0 0.70 0.05
HSL 132.68º 0.88% 0.53% -
HSV(B) 132.68º 0.88% 0.95% -
XYZ 33.14 63.64 16.84 -
YUV 158.16 79.93 35.16 -
System Red Green Blue C M Y K H S L
Decimal 28 241 73 0.88 0 0.70 0.05 132.68 0.88 0.53
Hex 1C F1 49 58 0 46 5 85 58 35
Octal 34 361 111 130 0 106 5 205 130 65
Binary 11100 11110001 1001001 1011000 0 1000110 101 10000101 1011000 110101

Color Harmonies of #1CF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF149

Black with #1CF149

Text Example


Text Example

White with #1CF149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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