Html Css Color HEX #10F066 Malachite

📋 copy color: '#10F066'

red 16 ◦ green 240 ◦ blue 102

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

Shades of Malachite #10F066

Tints of Malachite #10F066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.04%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 4.47%
G = 67.04%
B = 28.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#10F066 (or 0x10F066) is known color: Malachite. HEX triplet: 10, F0 and 66. RGB value is (16,240,102). Sum of RGB (Red+Green+Blue) = 16+240+102=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #10F066 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F066 is #EF0F99. Grayscale: #9D9D9D. Windows color (decimal): -15667098 or 6746128. OLE color: 6746128.

HSL color Cylindrical-coordinate representation of color #10F066: hue angle of 143.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F066 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 240 102 -
CMYK 0.93 0 0.58 0.06
HSL 143.04º 0.88% 0.5% -
HSV(B) 143.04º 0.93% 0.94% -
XYZ 33.77 63.39 23.03 -
YUV 157.29 96.79 27.22 -
System Red Green Blue C M Y K H S L
Decimal 16 240 102 0.93 0 0.58 0.06 143.04 0.88 0.5
Hex 10 F0 66 5D 0 3A 6 8F 58 32
Octal 20 360 146 135 0 72 6 217 130 62
Binary 10000 11110000 1100110 1011101 0 111010 110 10001111 1011000 110010

Color Harmonies of #10F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F066

Black with #10F066

Text Example


Text Example

White with #10F066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,240,102); }

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

background-color css

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

 a { background-color: rgb(16,240,102); }

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

border-color css

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

 span { border-color: rgb(16,240,102); }

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