Html Css Color HEX #10C555 Malachite

📋 copy color: '#10C555'

red 16 ◦ green 197 ◦ blue 85

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

Shades of Malachite #10C555

Tints of Malachite #10C555

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.11%

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 5.37%
G = 66.11%
B = 28.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#10C555 (or 0x10C555) is known color: Malachite. HEX triplet: 10, C5 and 55. RGB value is (16,197,85). Sum of RGB (Red+Green+Blue) = 16+197+85=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #10C555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C555 is #EF3AAA. Grayscale: #828282. Windows color (decimal): -15678123 or 5621008. OLE color: 5621008.

HSL color Cylindrical-coordinate representation of color #10C555: hue angle of 142.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C555 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 197 85 -
CMYK 0.92 0 0.57 0.23
HSL 142.87º 0.85% 0.42% -
HSV(B) 142.87º 0.92% 0.77% -
XYZ 21.82 40.7 15.3 -
YUV 130.11 102.53 46.61 -
System Red Green Blue C M Y K H S L
Decimal 16 197 85 0.92 0 0.57 0.23 142.87 0.85 0.42
Hex 10 C5 55 5C 0 39 17 8F 55 2A
Octal 20 305 125 134 0 71 27 217 125 52
Binary 10000 11000101 1010101 1011100 0 111001 10111 10001111 1010101 101010

Color Harmonies of #10C555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C555

Black with #10C555

Text Example


Text Example

White with #10C555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,197,85); }

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

background-color css

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

 a { background-color: rgb(16,197,85); }

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

border-color css

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

 span { border-color: rgb(16,197,85); }

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