Html Css Color HEX #10BF5E Malachite

📋 copy color: '#10BF5E'

red 16 ◦ green 191 ◦ blue 94

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

Shades of Malachite #10BF5E

Tints of Malachite #10BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 63.46%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 5.32%
G = 63.46%
B = 31.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#10BF5E (or 0x10BF5E) is known color: Malachite. HEX triplet: 10, BF and 5E. RGB value is (16,191,94). Sum of RGB (Red+Green+Blue) = 16+191+94=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF5E is #EF40A1. Grayscale: #7F7F7F. Windows color (decimal): -15679650 or 6209296. OLE color: 6209296.

HSL color Cylindrical-coordinate representation of color #10BF5E: hue angle of 146.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF5E is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 94 -
CMYK 0.92 0 0.51 0.25
HSL 146.74º 0.85% 0.41% -
HSV(B) 146.74º 0.92% 0.75% -
XYZ 20.86 38.18 16.86 -
YUV 127.62 109.02 48.39 -
System Red Green Blue C M Y K H S L
Decimal 16 191 94 0.92 0 0.51 0.25 146.74 0.85 0.41
Hex 10 BF 5E 5C 0 33 19 93 55 29
Octal 20 277 136 134 0 63 31 223 125 51
Binary 10000 10111111 1011110 1011100 0 110011 11001 10010011 1010101 101001

Color Harmonies of #10BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BF5E

Black with #10BF5E

Text Example


Text Example

White with #10BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,191,94); }

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

background-color css

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

 a { background-color: rgb(16,191,94); }

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

border-color css

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

 span { border-color: rgb(16,191,94); }

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