Html Css Color HEX #10CA6B Malachite

📋 copy color: '#10CA6B'

red 16 ◦ green 202 ◦ blue 107

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

Shades of Malachite #10CA6B

Tints of Malachite #10CA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 4.92%
G = 62.15%
B = 32.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#10CA6B (or 0x10CA6B) is known color: Malachite. HEX triplet: 10, CA and 6B. RGB value is (16,202,107). Sum of RGB (Red+Green+Blue) = 16+202+107=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA6B is #EF3594. Grayscale: #878787. Windows color (decimal): -15676821 or 7064080. OLE color: 7064080.

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

Color convert

RGB 16 202 107 -
CMYK 0.92 0 0.47 0.21
HSL 149.35º 0.85% 0.43% -
HSV(B) 149.35º 0.92% 0.79% -
XYZ 23.99 43.41 21.03 -
YUV 135.56 111.88 42.72 -
System Red Green Blue C M Y K H S L
Decimal 16 202 107 0.92 0 0.47 0.21 149.35 0.85 0.43
Hex 10 CA 6B 5C 0 2F 15 95 55 2B
Octal 20 312 153 134 0 57 25 225 125 53
Binary 10000 11001010 1101011 1011100 0 101111 10101 10010101 1010101 101011

Color Harmonies of #10CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CA6B

Black with #10CA6B

Text Example


Text Example

White with #10CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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