Html Css Color HEX #14CB69 Malachite

📋 copy color: '#14CB69'

red 20 ◦ green 203 ◦ blue 105

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

Shades of Malachite #14CB69

Tints of Malachite #14CB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 6.1%
G = 61.89%
B = 32.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#14CB69 (or 0x14CB69) is known color: Malachite. HEX triplet: 14, CB and 69. RGB value is (20,203,105). Sum of RGB (Red+Green+Blue) = 20+203+105=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB69 is #EB3496. Grayscale: #898989. Windows color (decimal): -15414423 or 6933268. OLE color: 6933268.

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

Color convert

RGB 20 203 105 -
CMYK 0.90 0 0.48 0.20
HSL 147.87º 0.82% 0.44% -
HSV(B) 147.87º 0.9% 0.8% -
XYZ 24.19 43.88 20.56 -
YUV 137.11 109.87 44.47 -
System Red Green Blue C M Y K H S L
Decimal 20 203 105 0.90 0 0.48 0.20 147.87 0.82 0.44
Hex 14 CB 69 5A 0 30 14 94 52 2C
Octal 24 313 151 132 0 60 24 224 122 54
Binary 10100 11001011 1101001 1011010 0 110000 10100 10010100 1010010 101100

Color Harmonies of #14CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB69

Black with #14CB69

Text Example


Text Example

White with #14CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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