Html Css Color HEX #14CB66 Malachite

📋 copy color: '#14CB66'

red 20 ◦ green 203 ◦ blue 102

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

Shades of Malachite #14CB66

Tints of Malachite #14CB66

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.46%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 6.15%
G = 62.46%
B = 31.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#14CB66 (or 0x14CB66) is known color: Malachite. HEX triplet: 14, CB and 66. RGB value is (20,203,102). Sum of RGB (Red+Green+Blue) = 20+203+102=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB66 is #EB3499. Grayscale: #888888. Windows color (decimal): -15414426 or 6736660. OLE color: 6736660.

HSL color Cylindrical-coordinate representation of color #14CB66: hue angle of 146.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB66 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 102 -
CMYK 0.90 0 0.50 0.20
HSL 146.89º 0.82% 0.44% -
HSV(B) 146.89º 0.9% 0.8% -
XYZ 24.04 43.82 19.76 -
YUV 136.77 108.37 44.71 -
System Red Green Blue C M Y K H S L
Decimal 20 203 102 0.90 0 0.50 0.20 146.89 0.82 0.44
Hex 14 CB 66 5A 0 32 14 93 52 2C
Octal 24 313 146 132 0 62 24 223 122 54
Binary 10100 11001011 1100110 1011010 0 110010 10100 10010011 1010010 101100

Color Harmonies of #14CB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB66

Black with #14CB66

Text Example


Text Example

White with #14CB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,203,102); }

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

background-color css

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

 a { background-color: rgb(20,203,102); }

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

border-color css

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

 span { border-color: rgb(20,203,102); }

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