Html Css Color HEX #10C360 Malachite

📋 copy color: '#10C360'

red 16 ◦ green 195 ◦ blue 96

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

Shades of Malachite #10C360

Tints of Malachite #10C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.52%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 5.21%
G = 63.52%
B = 31.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#10C360 (or 0x10C360) is known color: Malachite. HEX triplet: 10, C3 and 60. RGB value is (16,195,96). Sum of RGB (Red+Green+Blue) = 16+195+96=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #10C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C360 is #EF3C9F. Grayscale: #828282. Windows color (decimal): -15678624 or 6341392. OLE color: 6341392.

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

Color convert

RGB 16 195 96 -
CMYK 0.92 0 0.51 0.24
HSL 146.82º 0.85% 0.41% -
HSV(B) 146.82º 0.92% 0.76% -
XYZ 21.84 39.98 17.63 -
YUV 130.19 108.7 46.55 -
System Red Green Blue C M Y K H S L
Decimal 16 195 96 0.92 0 0.51 0.24 146.82 0.85 0.41
Hex 10 C3 60 5C 0 33 18 93 55 29
Octal 20 303 140 134 0 63 30 223 125 51
Binary 10000 11000011 1100000 1011100 0 110011 11000 10010011 1010101 101001

Color Harmonies of #10C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C360

Black with #10C360

Text Example


Text Example

White with #10C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,195,96); }

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

background-color css

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

 a { background-color: rgb(16,195,96); }

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

border-color css

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

 span { border-color: rgb(16,195,96); }

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