Html Css Color HEX #10F73F Malachite

📋 copy color: '#10F73F'

red 16 ◦ green 247 ◦ blue 63

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

Shades of Malachite #10F73F

Tints of Malachite #10F73F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 75.77%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 4.91%
G = 75.77%
B = 19.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#10F73F (or 0x10F73F) is known color: Malachite. HEX triplet: 10, F7 and 3F. RGB value is (16,247,63). Sum of RGB (Red+Green+Blue) = 16+247+63=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 247 (96.88% from 255 or 75.77% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 247 - color contains mainly: green. Hex color #10F73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F73F is #EF08C0. Grayscale: #9D9D9D. Windows color (decimal): -15665345 or 4192016. OLE color: 4192016.

HSL color Cylindrical-coordinate representation of color #10F73F: hue angle of 132.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F73F is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 247 63 -
CMYK 0.94 0 0.74 0.03
HSL 132.21º 0.94% 0.52% -
HSV(B) 132.21º 0.94% 0.97% -
XYZ 34.37 66.99 15.82 -
YUV 156.96 74.97 27.46 -
System Red Green Blue C M Y K H S L
Decimal 16 247 63 0.94 0 0.74 0.03 132.21 0.94 0.52
Hex 10 F7 3F 5E 0 4A 3 84 5E 34
Octal 20 367 77 136 0 112 3 204 136 64
Binary 10000 11110111 111111 1011110 0 1001010 11 10000100 1011110 110100

Color Harmonies of #10F73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F73F

Black with #10F73F

Text Example


Text Example

White with #10F73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,247,63); }

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

background-color css

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

 a { background-color: rgb(16,247,63); }

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

border-color css

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

 span { border-color: rgb(16,247,63); }

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