Html Css Color HEX #10F139 Malachite

📋 copy color: '#10F139'

red 16 ◦ green 241 ◦ blue 57

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

Shades of Malachite #10F139

Tints of Malachite #10F139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 5.1%
G = 76.75%
B = 18.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#10F139 (or 0x10F139) is known color: Malachite. HEX triplet: 10, F1 and 39. RGB value is (16,241,57). Sum of RGB (Red+Green+Blue) = 16+241+57=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #10F139 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F139 is #EF0EC6. Grayscale: #999999. Windows color (decimal): -15666887 or 3797264. OLE color: 3797264.

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

Color convert

RGB 16 241 57 -
CMYK 0.93 0 0.76 0.05
HSL 130.93º 0.89% 0.5% -
HSV(B) 130.93º 0.93% 0.95% -
XYZ 32.41 63.32 14.38 -
YUV 152.75 73.96 30.46 -
System Red Green Blue C M Y K H S L
Decimal 16 241 57 0.93 0 0.76 0.05 130.93 0.89 0.5
Hex 10 F1 39 5D 0 4C 5 83 59 32
Octal 20 361 71 135 0 114 5 203 131 62
Binary 10000 11110001 111001 1011101 0 1001100 101 10000011 1011001 110010

Color Harmonies of #10F139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F139

Black with #10F139

Text Example


Text Example

White with #10F139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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