Html Css Color HEX #10C05F Malachite

📋 copy color: '#10C05F'

red 16 ◦ green 192 ◦ blue 95

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

Shades of Malachite #10C05F

Tints of Malachite #10C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 5.28%
G = 63.37%
B = 31.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#10C05F (or 0x10C05F) is known color: Malachite. HEX triplet: 10, C0 and 5F. RGB value is (16,192,95). Sum of RGB (Red+Green+Blue) = 16+192+95=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #10C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C05F is #EF3FA0. Grayscale: #808080. Windows color (decimal): -15679393 or 6275088. OLE color: 6275088.

HSL color Cylindrical-coordinate representation of color #10C05F: hue angle of 146.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C05F is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 95 -
CMYK 0.92 0 0.51 0.25
HSL 146.93º 0.85% 0.41% -
HSV(B) 146.93º 0.92% 0.75% -
XYZ 21.13 38.64 17.17 -
YUV 128.32 109.19 47.89 -
System Red Green Blue C M Y K H S L
Decimal 16 192 95 0.92 0 0.51 0.25 146.93 0.85 0.41
Hex 10 C0 5F 5C 0 33 19 93 55 29
Octal 20 300 137 134 0 63 31 223 125 51
Binary 10000 11000000 1011111 1011100 0 110011 11001 10010011 1010101 101001

Color Harmonies of #10C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C05F

Black with #10C05F

Text Example


Text Example

White with #10C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,95); }

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

background-color css

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

 a { background-color: rgb(16,192,95); }

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

border-color css

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

 span { border-color: rgb(16,192,95); }

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