Html Css Color HEX #10F955 Malachite

📋 copy color: '#10F955'

red 16 ◦ green 249 ◦ blue 85

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

Shades of Malachite #10F955

Tints of Malachite #10F955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.14%

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

R = 4.57%
G = 71.14%
B = 24.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#10F955 (or 0x10F955) is known color: Malachite. HEX triplet: 10, F9 and 55. RGB value is (16,249,85). Sum of RGB (Red+Green+Blue) = 16+249+85=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #10F955 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F955 is #EF06AA. Grayscale: #A1A1A1. Windows color (decimal): -15664811 or 5634320. OLE color: 5634320.

HSL color Cylindrical-coordinate representation of color #10F955: hue angle of 137.77º degrees, saturation: 0.95, 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 #10F955 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 249 85 -
CMYK 0.94 0 0.66 0.02
HSL 137.77º 0.95% 0.52% -
HSV(B) 137.77º 0.94% 0.98% -
XYZ 35.73 68.52 19.94 -
YUV 160.64 85.31 24.84 -
System Red Green Blue C M Y K H S L
Decimal 16 249 85 0.94 0 0.66 0.02 137.77 0.95 0.52
Hex 10 F9 55 5E 0 42 2 8A 5F 34
Octal 20 371 125 136 0 102 2 212 137 64
Binary 10000 11111001 1010101 1011110 0 1000010 10 10001010 1011111 110100

Color Harmonies of #10F955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F955

Black with #10F955

Text Example


Text Example

White with #10F955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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