Html Css Color HEX #11F152 Malachite

📋 copy color: '#11F152'

red 17 ◦ green 241 ◦ blue 82

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

Shades of Malachite #11F152

Tints of Malachite #11F152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 5%
G = 70.88%
B = 24.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#11F152 (or 0x11F152) is known color: Malachite. HEX triplet: 11, F1 and 52. RGB value is (17,241,82). Sum of RGB (Red+Green+Blue) = 17+241+82=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #11F152 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F152 is #EE0EAD. Grayscale: #9C9C9C. Windows color (decimal): -15601326 or 5435665. OLE color: 5435665.

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

Color convert

RGB 17 241 82 -
CMYK 0.93 0 0.66 0.05
HSL 137.41º 0.89% 0.51% -
HSV(B) 137.41º 0.93% 0.95% -
XYZ 33.21 63.64 18.52 -
YUV 155.9 86.29 28.93 -
System Red Green Blue C M Y K H S L
Decimal 17 241 82 0.93 0 0.66 0.05 137.41 0.89 0.51
Hex 11 F1 52 5D 0 42 5 89 59 33
Octal 21 361 122 135 0 102 5 211 131 63
Binary 10001 11110001 1010010 1011101 0 1000010 101 10001001 1011001 110011

Color Harmonies of #11F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F152

Black with #11F152

Text Example


Text Example

White with #11F152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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