Html Css Color HEX #1FD14C Malachite

📋 copy color: '#1FD14C'

red 31 ◦ green 209 ◦ blue 76

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

Shades of Malachite #1FD14C

Tints of Malachite #1FD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.14%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 9.81%
G = 66.14%
B = 24.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#1FD14C (or 0x1FD14C) is known color: Malachite. HEX triplet: 1F, D1 and 4C. RGB value is (31,209,76). Sum of RGB (Red+Green+Blue) = 31+209+76=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD14C is #E02EB3. Grayscale: #8C8C8C. Windows color (decimal): -14692020 or 5034271. OLE color: 5034271.

HSL color Cylindrical-coordinate representation of color #1FD14C: hue angle of 135.17º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD14C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 76 -
CMYK 0.85 0 0.64 0.18
HSL 135.17º 0.74% 0.47% -
HSV(B) 135.17º 0.85% 0.82% -
XYZ 24.67 46.41 14.5 -
YUV 140.62 91.53 49.81 -
System Red Green Blue C M Y K H S L
Decimal 31 209 76 0.85 0 0.64 0.18 135.17 0.74 0.47
Hex 1F D1 4C 55 0 40 12 87 4A 2F
Octal 37 321 114 125 0 100 22 207 112 57
Binary 11111 11010001 1001100 1010101 0 1000000 10010 10000111 1001010 101111

Color Harmonies of #1FD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD14C

Black with #1FD14C

Text Example


Text Example

White with #1FD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,209,76); }

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

background-color css

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

 a { background-color: rgb(31,209,76); }

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

border-color css

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

 span { border-color: rgb(31,209,76); }

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