Html Css Color HEX #1CF03C Malachite

📋 copy color: '#1CF03C'

red 28 ◦ green 240 ◦ blue 60

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

Shades of Malachite #1CF03C

Tints of Malachite #1CF03C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.17%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 8.54%
G = 73.17%
B = 18.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#1CF03C (or 0x1CF03C) is known color: Malachite. HEX triplet: 1C, F0 and 3C. RGB value is (28,240,60). Sum of RGB (Red+Green+Blue) = 28+240+60=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF03C is #E30FC3. Grayscale: #9C9C9C. Windows color (decimal): -14880708 or 3993628. OLE color: 3993628.

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

Color convert

RGB 28 240 60 -
CMYK 0.88 0 0.75 0.06
HSL 129.06º 0.88% 0.53% -
HSV(B) 129.06º 0.88% 0.94% -
XYZ 32.45 62.89 14.7 -
YUV 156.09 73.76 36.64 -
System Red Green Blue C M Y K H S L
Decimal 28 240 60 0.88 0 0.75 0.06 129.06 0.88 0.53
Hex 1C F0 3C 58 0 4B 6 81 58 35
Octal 34 360 74 130 0 113 6 201 130 65
Binary 11100 11110000 111100 1011000 0 1001011 110 10000001 1011000 110101

Color Harmonies of #1CF03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF03C

Black with #1CF03C

Text Example


Text Example

White with #1CF03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,240,60); }

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

background-color css

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

 a { background-color: rgb(28,240,60); }

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

border-color css

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

 span { border-color: rgb(28,240,60); }

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