Html Css Color HEX #10FC60 Malachite

📋 copy color: '#10FC60'

red 16 ◦ green 252 ◦ blue 96

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

Shades of Malachite #10FC60

Tints of Malachite #10FC60

RGB

 RED value IS 16 (6.64% from 255) = 4.4%

 GREEN value IS 252 (98.83% from 255) = 69.23%

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

R = 4.4%
G = 69.23%
B = 26.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#10FC60 (or 0x10FC60) is known color: Malachite. HEX triplet: 10, FC and 60. RGB value is (16,252,96). Sum of RGB (Red+Green+Blue) = 16+252+96=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 252 (98.83% from 255 or 69.23% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FC60 is #EF039F. Grayscale: #A4A4A4. Windows color (decimal): -15664032 or 6355984. OLE color: 6355984.

HSL color Cylindrical-coordinate representation of color #10FC60: hue angle of 140.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC60 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 96 -
CMYK 0.94 0 0.62 0.01
HSL 140.34º 0.98% 0.53% -
HSV(B) 140.34º 0.94% 0.99% -
XYZ 37.14 70.58 22.73 -
YUV 163.65 89.81 22.68 -
System Red Green Blue C M Y K H S L
Decimal 16 252 96 0.94 0 0.62 0.01 140.34 0.98 0.53
Hex 10 FC 60 5E 0 3E 1 8C 62 35
Octal 20 374 140 136 0 76 1 214 142 65
Binary 10000 11111100 1100000 1011110 0 111110 1 10001100 1100010 110101

Color Harmonies of #10FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FC60

Black with #10FC60

Text Example


Text Example

White with #10FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10FC60; }

 p { color: rgb(16,252,96); }

 H1.HeaderClassName
 {
   color: #10FC60;
 }
 .AnyTagClassName
 {
   color: #10FC60;
 }
</style>

background-color css

<style>
 a { background-color: #10FC60; }

 a { background-color: rgb(16,252,96); }

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

border-color css

<style>
 span { border-color: #10FC60; }

 span { border-color: rgb(16,252,96); }

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