Html Css Color HEX #14CF68 Malachite

📋 copy color: '#14CF68'

red 20 ◦ green 207 ◦ blue 104

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

Shades of Malachite #14CF68

Tints of Malachite #14CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 6.04%
G = 62.54%
B = 31.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#14CF68 (or 0x14CF68) is known color: Malachite. HEX triplet: 14, CF and 68. RGB value is (20,207,104). Sum of RGB (Red+Green+Blue) = 20+207+104=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF68 is #EB3097. Grayscale: #8B8B8B. Windows color (decimal): -15413400 or 6868756. OLE color: 6868756.

HSL color Cylindrical-coordinate representation of color #14CF68: hue angle of 146.95º 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 #14CF68 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 104 -
CMYK 0.90 0 0.50 0.19
HSL 146.95º 0.82% 0.45% -
HSV(B) 146.95º 0.9% 0.81% -
XYZ 25.1 45.77 20.61 -
YUV 139.35 108.05 42.88 -
System Red Green Blue C M Y K H S L
Decimal 20 207 104 0.90 0 0.50 0.19 146.95 0.82 0.45
Hex 14 CF 68 5A 0 32 13 93 52 2D
Octal 24 317 150 132 0 62 23 223 122 55
Binary 10100 11001111 1101000 1011010 0 110010 10011 10010011 1010010 101101

Color Harmonies of #14CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF68

Black with #14CF68

Text Example


Text Example

White with #14CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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