Html Css Color HEX #10CC4F Malachite

📋 copy color: '#10CC4F'

red 16 ◦ green 204 ◦ blue 79

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

Shades of Malachite #10CC4F

Tints of Malachite #10CC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.42%

R = 5.35%
G = 68.23%
B = 26.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#10CC4F (or 0x10CC4F) is known color: Malachite. HEX triplet: 10, CC and 4F. RGB value is (16,204,79). Sum of RGB (Red+Green+Blue) = 16+204+79=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC4F is #EF33B0. Grayscale: #858585. Windows color (decimal): -15676337 or 5229584. OLE color: 5229584.

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

Color convert

RGB 16 204 79 -
CMYK 0.92 0 0.61 0.2
HSL 140.11º 0.85% 0.43% -
HSV(B) 140.11º 0.92% 0.8% -
XYZ 23.22 43.86 14.64 -
YUV 133.54 97.22 44.16 -
System Red Green Blue C M Y K H S L
Decimal 16 204 79 0.92 0 0.61 0.2 140.11 0.85 0.43
Hex 10 CC 4F 5C 0 3D 14 8C 55 2B
Octal 20 314 117 134 0 75 24 214 125 53
Binary 10000 11001100 1001111 1011100 0 111101 10100 10001100 1010101 101011

Color Harmonies of #10CC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC4F

Black with #10CC4F

Text Example


Text Example

White with #10CC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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