Html Css Color HEX #1CF148 Malachite

📋 copy color: '#1CF148'

red 28 ◦ green 241 ◦ blue 72

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

Shades of Malachite #1CF148

Tints of Malachite #1CF148

RGB

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

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

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

R = 8.21%
G = 70.67%
B = 21.11%

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

#1CF148 (or 0x1CF148) is known color: Malachite. HEX triplet: 1C, F1 and 48. RGB value is (28,241,72). Sum of RGB (Red+Green+Blue) = 28+241+72=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF148 is #E30EB7. Grayscale: #9E9E9E. Windows color (decimal): -14880440 or 4780316. OLE color: 4780316.

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

Color convert

RGB 28 241 72 -
CMYK 0.88 0 0.70 0.05
HSL 132.39º 0.88% 0.53% -
HSV(B) 132.39º 0.88% 0.95% -
XYZ 33.1 63.63 16.67 -
YUV 158.05 79.43 35.24 -
System Red Green Blue C M Y K H S L
Decimal 28 241 72 0.88 0 0.70 0.05 132.39 0.88 0.53
Hex 1C F1 48 58 0 46 5 84 58 35
Octal 34 361 110 130 0 106 5 204 130 65
Binary 11100 11110001 1001000 1011000 0 1000110 101 10000100 1011000 110101

Color Harmonies of #1CF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF148

Black with #1CF148

Text Example


Text Example

White with #1CF148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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