Html Css Color HEX #10F655 Malachite

📋 copy color: '#10F655'

red 16 ◦ green 246 ◦ blue 85

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

Shades of Malachite #10F655

Tints of Malachite #10F655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 4.61%
G = 70.89%
B = 24.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#10F655 (or 0x10F655) is known color: Malachite. HEX triplet: 10, F6 and 55. RGB value is (16,246,85). Sum of RGB (Red+Green+Blue) = 16+246+85=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 246 (96.48% from 255 or 70.89% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 246 - color contains mainly: green. Hex color #10F655 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F655 is #EF09AA. Grayscale: #9F9F9F. Windows color (decimal): -15665579 or 5633552. OLE color: 5633552.

HSL color Cylindrical-coordinate representation of color #10F655: hue angle of 138º 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 #10F655 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 246 85 -
CMYK 0.93 0 0.65 0.04
HSL 138º 0.93% 0.51% -
HSV(B) 138º 0.93% 0.96% -
XYZ 34.81 66.68 19.63 -
YUV 158.88 86.3 26.09 -
System Red Green Blue C M Y K H S L
Decimal 16 246 85 0.93 0 0.65 0.04 138 0.93 0.51
Hex 10 F6 55 5D 0 41 4 8A 5D 33
Octal 20 366 125 135 0 101 4 212 135 63
Binary 10000 11110110 1010101 1011101 0 1000001 100 10001010 1011101 110011

Color Harmonies of #10F655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F655

Black with #10F655

Text Example


Text Example

White with #10F655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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