Html Css Color HEX #10CF70 Malachite

📋 copy color: '#10CF70'

red 16 ◦ green 207 ◦ blue 112

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

Shades of Malachite #10CF70

Tints of Malachite #10CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.79%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 4.78%
G = 61.79%
B = 33.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#10CF70 (or 0x10CF70) is known color: Malachite. HEX triplet: 10, CF and 70. RGB value is (16,207,112). Sum of RGB (Red+Green+Blue) = 16+207+112=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF70 is #EF308F. Grayscale: #8B8B8B. Windows color (decimal): -15675536 or 7393040. OLE color: 7393040.

HSL color Cylindrical-coordinate representation of color #10CF70: hue angle of 150.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF70 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 207 112 -
CMYK 0.92 0 0.46 0.19
HSL 150.16º 0.86% 0.44% -
HSV(B) 150.16º 0.92% 0.81% -
XYZ 25.45 45.91 22.85 -
YUV 139.06 112.72 40.22 -
System Red Green Blue C M Y K H S L
Decimal 16 207 112 0.92 0 0.46 0.19 150.16 0.86 0.44
Hex 10 CF 70 5C 0 2E 13 96 56 2C
Octal 20 317 160 134 0 56 23 226 126 54
Binary 10000 11001111 1110000 1011100 0 101110 10011 10010110 1010110 101100

Color Harmonies of #10CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF70

Black with #10CF70

Text Example


Text Example

White with #10CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,207,112); }

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

background-color css

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

 a { background-color: rgb(16,207,112); }

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

border-color css

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

 span { border-color: rgb(16,207,112); }

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