Html Css Color HEX #10F14F Malachite

📋 copy color: '#10F14F'

red 16 ◦ green 241 ◦ blue 79

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

Shades of Malachite #10F14F

Tints of Malachite #10F14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.73%

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

R = 4.76%
G = 71.73%
B = 23.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#10F14F (or 0x10F14F) is known color: Malachite. HEX triplet: 10, F1 and 4F. RGB value is (16,241,79). Sum of RGB (Red+Green+Blue) = 16+241+79=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #10F14F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F14F is #EF0EB0. Grayscale: #9B9B9B. Windows color (decimal): -15666865 or 5239056. OLE color: 5239056.

HSL color Cylindrical-coordinate representation of color #10F14F: hue angle of 136.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F14F is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 241 79 -
CMYK 0.93 0 0.67 0.05
HSL 136.8º 0.89% 0.5% -
HSV(B) 136.8º 0.93% 0.95% -
XYZ 33.08 63.59 17.93 -
YUV 155.26 84.96 28.67 -
System Red Green Blue C M Y K H S L
Decimal 16 241 79 0.93 0 0.67 0.05 136.8 0.89 0.5
Hex 10 F1 4F 5D 0 43 5 89 59 32
Octal 20 361 117 135 0 103 5 211 131 62
Binary 10000 11110001 1001111 1011101 0 1000011 101 10001001 1011001 110010

Color Harmonies of #10F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F14F

Black with #10F14F

Text Example


Text Example

White with #10F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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