Html Css Color HEX #11F14A Malachite

📋 copy color: '#11F14A'

red 17 ◦ green 241 ◦ blue 74

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

Shades of Malachite #11F14A

Tints of Malachite #11F14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 5.12%
G = 72.59%
B = 22.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#11F14A (or 0x11F14A) is known color: Malachite. HEX triplet: 11, F1 and 4A. RGB value is (17,241,74). Sum of RGB (Red+Green+Blue) = 17+241+74=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #11F14A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F14A is #EE0EB5. Grayscale: #9B9B9B. Windows color (decimal): -15601334 or 4911377. OLE color: 4911377.

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

Color convert

RGB 17 241 74 -
CMYK 0.93 0 0.69 0.05
HSL 135.27º 0.89% 0.51% -
HSV(B) 135.27º 0.93% 0.95% -
XYZ 32.92 63.52 17 -
YUV 154.99 82.29 29.58 -
System Red Green Blue C M Y K H S L
Decimal 17 241 74 0.93 0 0.69 0.05 135.27 0.89 0.51
Hex 11 F1 4A 5D 0 45 5 87 59 33
Octal 21 361 112 135 0 105 5 207 131 63
Binary 10001 11110001 1001010 1011101 0 1000101 101 10000111 1011001 110011

Color Harmonies of #11F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F14A

Black with #11F14A

Text Example


Text Example

White with #11F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,241,74); }

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

background-color css

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

 a { background-color: rgb(17,241,74); }

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

border-color css

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

 span { border-color: rgb(17,241,74); }

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