Html Css Color HEX #10F64C Malachite

📋 copy color: '#10F64C'

red 16 ◦ green 246 ◦ blue 76

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

Shades of Malachite #10F64C

Tints of Malachite #10F64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 72.78%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 4.73%
G = 72.78%
B = 22.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#10F64C (or 0x10F64C) is known color: Malachite. HEX triplet: 10, F6 and 4C. RGB value is (16,246,76). Sum of RGB (Red+Green+Blue) = 16+246+76=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #10F64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F64C is #EF09B3. Grayscale: #9E9E9E. Windows color (decimal): -15665588 or 5043728. OLE color: 5043728.

HSL color Cylindrical-coordinate representation of color #10F64C: hue angle of 135.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F64C is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 246 76 -
CMYK 0.93 0 0.69 0.04
HSL 135.65º 0.93% 0.51% -
HSV(B) 135.65º 0.93% 0.96% -
XYZ 34.47 66.54 17.86 -
YUV 157.85 81.8 26.82 -
System Red Green Blue C M Y K H S L
Decimal 16 246 76 0.93 0 0.69 0.04 135.65 0.93 0.51
Hex 10 F6 4C 5D 0 45 4 88 5D 33
Octal 20 366 114 135 0 105 4 210 135 63
Binary 10000 11110110 1001100 1011101 0 1000101 100 10001000 1011101 110011

Color Harmonies of #10F64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F64C

Black with #10F64C

Text Example


Text Example

White with #10F64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,246,76); }

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

background-color css

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

 a { background-color: rgb(16,246,76); }

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

border-color css

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

 span { border-color: rgb(16,246,76); }

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