Html Css Color HEX #10CC64 Malachite

📋 copy color: '#10CC64'

red 16 ◦ green 204 ◦ blue 100

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

Shades of Malachite #10CC64

Tints of Malachite #10CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.75%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 5%
G = 63.75%
B = 31.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#10CC64 (or 0x10CC64) is known color: Malachite. HEX triplet: 10, CC and 64. RGB value is (16,204,100). Sum of RGB (Red+Green+Blue) = 16+204+100=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC64 is #EF339B. Grayscale: #888888. Windows color (decimal): -15676316 or 6605840. OLE color: 6605840.

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

Color convert

RGB 16 204 100 -
CMYK 0.92 0 0.51 0.2
HSL 146.81º 0.85% 0.43% -
HSV(B) 146.81º 0.92% 0.8% -
XYZ 24.11 44.22 19.32 -
YUV 135.93 107.72 42.46 -
System Red Green Blue C M Y K H S L
Decimal 16 204 100 0.92 0 0.51 0.2 146.81 0.85 0.43
Hex 10 CC 64 5C 0 33 14 93 55 2B
Octal 20 314 144 134 0 63 24 223 125 53
Binary 10000 11001100 1100100 1011100 0 110011 10100 10010011 1010101 101011

Color Harmonies of #10CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC64

Black with #10CC64

Text Example


Text Example

White with #10CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,204,100); }

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

background-color css

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

 a { background-color: rgb(16,204,100); }

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

border-color css

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

 span { border-color: rgb(16,204,100); }

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