Html Css Color HEX #10F240 Malachite

📋 copy color: '#10F240'

red 16 ◦ green 242 ◦ blue 64

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

Shades of Malachite #10F240

Tints of Malachite #10F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.16%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 4.97%
G = 75.16%
B = 19.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#10F240 (or 0x10F240) is known color: Malachite. HEX triplet: 10, F2 and 40. RGB value is (16,242,64). Sum of RGB (Red+Green+Blue) = 16+242+64=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #10F240 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F240 is #EF0DBF. Grayscale: #9A9A9A. Windows color (decimal): -15666624 or 4256272. OLE color: 4256272.

HSL color Cylindrical-coordinate representation of color #10F240: hue angle of 132.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F240 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 242 64 -
CMYK 0.93 0 0.74 0.05
HSL 132.74º 0.9% 0.51% -
HSV(B) 132.74º 0.93% 0.95% -
XYZ 32.89 63.98 15.47 -
YUV 154.13 77.13 29.47 -
System Red Green Blue C M Y K H S L
Decimal 16 242 64 0.93 0 0.74 0.05 132.74 0.9 0.51
Hex 10 F2 40 5D 0 4A 5 85 5A 33
Octal 20 362 100 135 0 112 5 205 132 63
Binary 10000 11110010 1000000 1011101 0 1001010 101 10000101 1011010 110011

Color Harmonies of #10F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F240

Black with #10F240

Text Example


Text Example

White with #10F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,242,64); }

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

background-color css

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

 a { background-color: rgb(16,242,64); }

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

border-color css

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

 span { border-color: rgb(16,242,64); }

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