Html Css Color HEX #11F264 Malachite

📋 copy color: '#11F264'

red 17 ◦ green 242 ◦ blue 100

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

Shades of Malachite #11F264

Tints of Malachite #11F264

RGB

 RED value IS 17 (7.03% from 255) = 4.74%

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 4.74%
G = 67.41%
B = 27.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#11F264 (or 0x11F264) is known color: Malachite. HEX triplet: 11, F2 and 64. RGB value is (17,242,100). Sum of RGB (Red+Green+Blue) = 17+242+100=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #11F264 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F264 is #EE0D9B. Grayscale: #9E9E9E. Windows color (decimal): -15601052 or 6615569. OLE color: 6615569.

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

Color convert

RGB 17 242 100 -
CMYK 0.93 0 0.59 0.05
HSL 142.13º 0.9% 0.51% -
HSV(B) 142.13º 0.93% 0.95% -
XYZ 34.28 64.54 22.71 -
YUV 158.54 94.96 27.05 -
System Red Green Blue C M Y K H S L
Decimal 17 242 100 0.93 0 0.59 0.05 142.13 0.9 0.51
Hex 11 F2 64 5D 0 3B 5 8E 5A 33
Octal 21 362 144 135 0 73 5 216 132 63
Binary 10001 11110010 1100100 1011101 0 111011 101 10001110 1011010 110011

Color Harmonies of #11F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F264

Black with #11F264

Text Example


Text Example

White with #11F264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11F264; }

 p { color: rgb(17,242,100); }

 H1.HeaderClassName
 {
   color: #11F264;
 }
 .AnyTagClassName
 {
   color: #11F264;
 }
</style>

background-color css

<style>
 a { background-color: #11F264; }

 a { background-color: rgb(17,242,100); }

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

border-color css

<style>
 span { border-color: #11F264; }

 span { border-color: rgb(17,242,100); }

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