Html Css Color HEX #14CB62 Malachite

📋 copy color: '#14CB62'

red 20 ◦ green 203 ◦ blue 98

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

Shades of Malachite #14CB62

Tints of Malachite #14CB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 6.23%
G = 63.24%
B = 30.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#14CB62 (or 0x14CB62) is known color: Malachite. HEX triplet: 14, CB and 62. RGB value is (20,203,98). Sum of RGB (Red+Green+Blue) = 20+203+98=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB62 is #EB349D. Grayscale: #888888. Windows color (decimal): -15414430 or 6474516. OLE color: 6474516.

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

Color convert

RGB 20 203 98 -
CMYK 0.90 0 0.52 0.20
HSL 145.57º 0.82% 0.44% -
HSV(B) 145.57º 0.9% 0.8% -
XYZ 23.85 43.74 18.74 -
YUV 136.31 106.37 45.04 -
System Red Green Blue C M Y K H S L
Decimal 20 203 98 0.90 0 0.52 0.20 145.57 0.82 0.44
Hex 14 CB 62 5A 0 34 14 92 52 2C
Octal 24 313 142 132 0 64 24 222 122 54
Binary 10100 11001011 1100010 1011010 0 110100 10100 10010010 1010010 101100

Color Harmonies of #14CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB62

Black with #14CB62

Text Example


Text Example

White with #14CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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