Html Css Color HEX #10C05A Malachite

📋 copy color: '#10C05A'

red 16 ◦ green 192 ◦ blue 90

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

Shades of Malachite #10C05A

Tints of Malachite #10C05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 5.37%
G = 64.43%
B = 30.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#10C05A (or 0x10C05A) is known color: Malachite. HEX triplet: 10, C0 and 5A. RGB value is (16,192,90). Sum of RGB (Red+Green+Blue) = 16+192+90=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #10C05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C05A is #EF3FA5. Grayscale: #7F7F7F. Windows color (decimal): -15679398 or 5947408. OLE color: 5947408.

HSL color Cylindrical-coordinate representation of color #10C05A: hue angle of 145.23º 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 #10C05A is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 90 -
CMYK 0.92 0 0.53 0.25
HSL 145.23º 0.85% 0.41% -
HSV(B) 145.23º 0.92% 0.75% -
XYZ 20.91 38.55 16.01 -
YUV 127.75 106.69 48.29 -
System Red Green Blue C M Y K H S L
Decimal 16 192 90 0.92 0 0.53 0.25 145.23 0.85 0.41
Hex 10 C0 5A 5C 0 35 19 91 55 29
Octal 20 300 132 134 0 65 31 221 125 51
Binary 10000 11000000 1011010 1011100 0 110101 11001 10010001 1010101 101001

Color Harmonies of #10C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C05A

Black with #10C05A

Text Example


Text Example

White with #10C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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