Html Css Color HEX #1CF160 Malachite

📋 copy color: '#1CF160'

red 28 ◦ green 241 ◦ blue 96

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

Shades of Malachite #1CF160

Tints of Malachite #1CF160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 7.67%
G = 66.03%
B = 26.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#1CF160 (or 0x1CF160) is known color: Malachite. HEX triplet: 1C, F1 and 60. RGB value is (28,241,96). Sum of RGB (Red+Green+Blue) = 28+241+96=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF160 is #E30E9F. Grayscale: #A1A1A1. Windows color (decimal): -14880416 or 6353180. OLE color: 6353180.

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

Color convert

RGB 28 241 96 -
CMYK 0.88 0 0.60 0.05
HSL 139.15º 0.88% 0.53% -
HSV(B) 139.15º 0.88% 0.95% -
XYZ 34.05 64 21.63 -
YUV 160.78 91.43 33.29 -
System Red Green Blue C M Y K H S L
Decimal 28 241 96 0.88 0 0.60 0.05 139.15 0.88 0.53
Hex 1C F1 60 58 0 3C 5 8B 58 35
Octal 34 361 140 130 0 74 5 213 130 65
Binary 11100 11110001 1100000 1011000 0 111100 101 10001011 1011000 110101

Color Harmonies of #1CF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF160

Black with #1CF160

Text Example


Text Example

White with #1CF160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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