Html Css Color HEX #10C74B Malachite

📋 copy color: '#10C74B'

red 16 ◦ green 199 ◦ blue 75

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

Shades of Malachite #10C74B

Tints of Malachite #10C74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 68.62%

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 5.52%
G = 68.62%
B = 25.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#10C74B (or 0x10C74B) is known color: Malachite. HEX triplet: 10, C7 and 4B. RGB value is (16,199,75). Sum of RGB (Red+Green+Blue) = 16+199+75=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 199 (78.12% from 255 or 68.62% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 199 - color contains mainly: green. Hex color #10C74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C74B is #EF38B4. Grayscale: #828282. Windows color (decimal): -15677621 or 4966160. OLE color: 4966160.

HSL color Cylindrical-coordinate representation of color #10C74B: hue angle of 139.34º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C74B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 199 75 -
CMYK 0.92 0 0.62 0.22
HSL 139.34º 0.85% 0.42% -
HSV(B) 139.34º 0.92% 0.78% -
XYZ 21.91 41.47 13.51 -
YUV 130.15 96.87 46.58 -
System Red Green Blue C M Y K H S L
Decimal 16 199 75 0.92 0 0.62 0.22 139.34 0.85 0.42
Hex 10 C7 4B 5C 0 3E 16 8B 55 2A
Octal 20 307 113 134 0 76 26 213 125 52
Binary 10000 11000111 1001011 1011100 0 111110 10110 10001011 1010101 101010

Color Harmonies of #10C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C74B

Black with #10C74B

Text Example


Text Example

White with #10C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,75); }

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

background-color css

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

 a { background-color: rgb(16,199,75); }

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

border-color css

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

 span { border-color: rgb(16,199,75); }

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