Html Css Color HEX #11F960 Malachite

📋 copy color: '#11F960'

red 17 ◦ green 249 ◦ blue 96

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

Shades of Malachite #11F960

Tints of Malachite #11F960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.78%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 4.7%
G = 68.78%
B = 26.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#11F960 (or 0x11F960) is known color: Malachite. HEX triplet: 11, F9 and 60. RGB value is (17,249,96). Sum of RGB (Red+Green+Blue) = 17+249+96=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #11F960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F960 is #EE069F. Grayscale: #A2A2A2. Windows color (decimal): -15599264 or 6355217. OLE color: 6355217.

HSL color Cylindrical-coordinate representation of color #11F960: hue angle of 140.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F960 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 249 96 -
CMYK 0.93 0 0.61 0.02
HSL 140.43º 0.95% 0.52% -
HSV(B) 140.43º 0.93% 0.98% -
XYZ 36.22 68.72 22.42 -
YUV 162.19 90.64 24.44 -
System Red Green Blue C M Y K H S L
Decimal 17 249 96 0.93 0 0.61 0.02 140.43 0.95 0.52
Hex 11 F9 60 5D 0 3D 2 8C 5F 34
Octal 21 371 140 135 0 75 2 214 137 64
Binary 10001 11111001 1100000 1011101 0 111101 10 10001100 1011111 110100

Color Harmonies of #11F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F960

Black with #11F960

Text Example


Text Example

White with #11F960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,249,96); }

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

background-color css

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

 a { background-color: rgb(17,249,96); }

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

border-color css

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

 span { border-color: rgb(17,249,96); }

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