Html Css Color HEX #10F138 Malachite

📋 copy color: '#10F138'

red 16 ◦ green 241 ◦ blue 56

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

Shades of Malachite #10F138

Tints of Malachite #10F138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 5.11%
G = 77%
B = 17.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#10F138 (or 0x10F138) is known color: Malachite. HEX triplet: 10, F1 and 38. RGB value is (16,241,56). Sum of RGB (Red+Green+Blue) = 16+241+56=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 241 (94.53% from 255 or 77.00% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 241 - color contains mainly: green. Hex color #10F138 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F138 is #EF0EC7. Grayscale: #999999. Windows color (decimal): -15666888 or 3731728. OLE color: 3731728.

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

Color convert

RGB 16 241 56 -
CMYK 0.93 0 0.77 0.05
HSL 130.67º 0.89% 0.5% -
HSV(B) 130.67º 0.93% 0.95% -
XYZ 32.38 63.31 14.25 -
YUV 152.64 73.46 30.54 -
System Red Green Blue C M Y K H S L
Decimal 16 241 56 0.93 0 0.77 0.05 130.67 0.89 0.5
Hex 10 F1 38 5D 0 4D 5 83 59 32
Octal 20 361 70 135 0 115 5 203 131 62
Binary 10000 11110001 111000 1011101 0 1001101 101 10000011 1011001 110010

Color Harmonies of #10F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F138

Black with #10F138

Text Example


Text Example

White with #10F138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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