Html Css Color HEX #10FA46 Malachite

📋 copy color: '#10FA46'

red 16 ◦ green 250 ◦ blue 70

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

Shades of Malachite #10FA46

Tints of Malachite #10FA46

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 4.76%
G = 74.4%
B = 20.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#10FA46 (or 0x10FA46) is known color: Malachite. HEX triplet: 10, FA and 46. RGB value is (16,250,70). Sum of RGB (Red+Green+Blue) = 16+250+70=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA46 is #EF05B9. Grayscale: #A0A0A0. Windows color (decimal): -15664570 or 4651536. OLE color: 4651536.

HSL color Cylindrical-coordinate representation of color #10FA46: hue angle of 133.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA46 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 70 -
CMYK 0.94 0 0.72 0.02
HSL 133.85º 0.96% 0.52% -
HSV(B) 133.85º 0.94% 0.98% -
XYZ 35.5 68.92 17.23 -
YUV 159.51 77.48 25.64 -
System Red Green Blue C M Y K H S L
Decimal 16 250 70 0.94 0 0.72 0.02 133.85 0.96 0.52
Hex 10 FA 46 5E 0 48 2 86 60 34
Octal 20 372 106 136 0 110 2 206 140 64
Binary 10000 11111010 1000110 1011110 0 1001000 10 10000110 1100000 110100

Color Harmonies of #10FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FA46

Black with #10FA46

Text Example


Text Example

White with #10FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,250,70); }

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

background-color css

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

 a { background-color: rgb(16,250,70); }

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

border-color css

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

 span { border-color: rgb(16,250,70); }

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