Html Css Color HEX #14CF61 Malachite

📋 copy color: '#14CF61'

red 20 ◦ green 207 ◦ blue 97

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

Shades of Malachite #14CF61

Tints of Malachite #14CF61

RGB

 RED value IS 20 (8.2% from 255) = 6.17%

 GREEN value IS 207 (81.25% from 255) = 63.89%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 6.17%
G = 63.89%
B = 29.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#14CF61 (or 0x14CF61) is known color: Malachite. HEX triplet: 14, CF and 61. RGB value is (20,207,97). Sum of RGB (Red+Green+Blue) = 20+207+97=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF61 is #EB309E. Grayscale: #8A8A8A. Windows color (decimal): -15413407 or 6410004. OLE color: 6410004.

HSL color Cylindrical-coordinate representation of color #14CF61: hue angle of 144.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF61 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 97 -
CMYK 0.90 0 0.53 0.19
HSL 144.71º 0.82% 0.45% -
HSV(B) 144.71º 0.9% 0.81% -
XYZ 24.76 45.64 18.81 -
YUV 138.55 104.55 43.44 -
System Red Green Blue C M Y K H S L
Decimal 20 207 97 0.90 0 0.53 0.19 144.71 0.82 0.45
Hex 14 CF 61 5A 0 35 13 91 52 2D
Octal 24 317 141 132 0 65 23 221 122 55
Binary 10100 11001111 1100001 1011010 0 110101 10011 10010001 1010010 101101

Color Harmonies of #14CF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF61

Black with #14CF61

Text Example


Text Example

White with #14CF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CF61; }

 p { color: rgb(20,207,97); }

 H1.HeaderClassName
 {
   color: #14CF61;
 }
 .AnyTagClassName
 {
   color: #14CF61;
 }
</style>

background-color css

<style>
 a { background-color: #14CF61; }

 a { background-color: rgb(20,207,97); }

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

border-color css

<style>
 span { border-color: #14CF61; }

 span { border-color: rgb(20,207,97); }

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