Html Css Color HEX #10CA5E Malachite

📋 copy color: '#10CA5E'

red 16 ◦ green 202 ◦ blue 94

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

Shades of Malachite #10CA5E

Tints of Malachite #10CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.74%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 5.13%
G = 64.74%
B = 30.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#10CA5E (or 0x10CA5E) is known color: Malachite. HEX triplet: 10, CA and 5E. RGB value is (16,202,94). Sum of RGB (Red+Green+Blue) = 16+202+94=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA5E is #EF35A1. Grayscale: #868686. Windows color (decimal): -15676834 or 6212112. OLE color: 6212112.

HSL color Cylindrical-coordinate representation of color #10CA5E: hue angle of 145.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA5E is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 202 94 -
CMYK 0.92 0 0.53 0.21
HSL 145.16º 0.85% 0.43% -
HSV(B) 145.16º 0.92% 0.79% -
XYZ 23.35 43.16 17.69 -
YUV 134.07 105.38 43.78 -
System Red Green Blue C M Y K H S L
Decimal 16 202 94 0.92 0 0.53 0.21 145.16 0.85 0.43
Hex 10 CA 5E 5C 0 35 15 91 55 2B
Octal 20 312 136 134 0 65 25 221 125 53
Binary 10000 11001010 1011110 1011100 0 110101 10101 10010001 1010101 101011

Color Harmonies of #10CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CA5E

Black with #10CA5E

Text Example


Text Example

White with #10CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,202,94); }

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

background-color css

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

 a { background-color: rgb(16,202,94); }

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

border-color css

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

 span { border-color: rgb(16,202,94); }

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