Html Css Color HEX #10F242 Malachite

📋 copy color: '#10F242'

red 16 ◦ green 242 ◦ blue 66

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

Shades of Malachite #10F242

Tints of Malachite #10F242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 4.94%
G = 74.69%
B = 20.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#10F242 (or 0x10F242) is known color: Malachite. HEX triplet: 10, F2 and 42. RGB value is (16,242,66). Sum of RGB (Red+Green+Blue) = 16+242+66=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #10F242 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F242 is #EF0DBD. Grayscale: #9A9A9A. Windows color (decimal): -15666622 or 4387344. OLE color: 4387344.

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

Color convert

RGB 16 242 66 -
CMYK 0.93 0 0.73 0.05
HSL 133.27º 0.9% 0.51% -
HSV(B) 133.27º 0.93% 0.95% -
XYZ 32.95 64.01 15.77 -
YUV 154.36 78.13 29.31 -
System Red Green Blue C M Y K H S L
Decimal 16 242 66 0.93 0 0.73 0.05 133.27 0.9 0.51
Hex 10 F2 42 5D 0 49 5 85 5A 33
Octal 20 362 102 135 0 111 5 205 132 63
Binary 10000 11110010 1000010 1011101 0 1001001 101 10000101 1011010 110011

Color Harmonies of #10F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F242

Black with #10F242

Text Example


Text Example

White with #10F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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