Html Css Color HEX #1FC964 Malachite

📋 copy color: '#1FC964'

red 31 ◦ green 201 ◦ blue 100

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

Shades of Malachite #1FC964

Tints of Malachite #1FC964

RGB

 RED value IS 31 (12.5% from 255) = 9.34%

 GREEN value IS 201 (78.91% from 255) = 60.54%

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

R = 9.34%
G = 60.54%
B = 30.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#1FC964 (or 0x1FC964) is known color: Malachite. HEX triplet: 1F, C9 and 64. RGB value is (31,201,100). Sum of RGB (Red+Green+Blue) = 31+201+100=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC964 is #E0369B. Grayscale: #8A8A8A. Windows color (decimal): -14694044 or 6605087. OLE color: 6605087.

HSL color Cylindrical-coordinate representation of color #1FC964: hue angle of 144.35º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC964 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 100 -
CMYK 0.85 0 0.50 0.21
HSL 144.35º 0.73% 0.45% -
HSV(B) 144.35º 0.85% 0.79% -
XYZ 23.75 42.98 19.1 -
YUV 138.66 106.18 51.21 -
System Red Green Blue C M Y K H S L
Decimal 31 201 100 0.85 0 0.50 0.21 144.35 0.73 0.45
Hex 1F C9 64 55 0 32 15 90 49 2D
Octal 37 311 144 125 0 62 25 220 111 55
Binary 11111 11001001 1100100 1010101 0 110010 10101 10010000 1001001 101101

Color Harmonies of #1FC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC964

Black with #1FC964

Text Example


Text Example

White with #1FC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC964; }

 p { color: rgb(31,201,100); }

 H1.HeaderClassName
 {
   color: #1FC964;
 }
 .AnyTagClassName
 {
   color: #1FC964;
 }
</style>

background-color css

<style>
 a { background-color: #1FC964; }

 a { background-color: rgb(31,201,100); }

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

border-color css

<style>
 span { border-color: #1FC964; }

 span { border-color: rgb(31,201,100); }

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