Html Css Color HEX #14C360 Malachite

📋 copy color: '#14C360'

red 20 ◦ green 195 ◦ blue 96

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

Shades of Malachite #14C360

Tints of Malachite #14C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.7%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 6.43%
G = 62.7%
B = 30.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#14C360 (or 0x14C360) is known color: Malachite. HEX triplet: 14, C3 and 60. RGB value is (20,195,96). Sum of RGB (Red+Green+Blue) = 20+195+96=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #14C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C360 is #EB3C9F. Grayscale: #838383. Windows color (decimal): -15416480 or 6341396. OLE color: 6341396.

HSL color Cylindrical-coordinate representation of color #14C360: hue angle of 146.06º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C360 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 195 96 -
CMYK 0.90 0 0.51 0.24
HSL 146.06º 0.81% 0.42% -
HSV(B) 146.06º 0.9% 0.76% -
XYZ 21.91 40.02 17.64 -
YUV 131.39 108.02 48.55 -
System Red Green Blue C M Y K H S L
Decimal 20 195 96 0.90 0 0.51 0.24 146.06 0.81 0.42
Hex 14 C3 60 5A 0 33 18 92 51 2A
Octal 24 303 140 132 0 63 30 222 121 52
Binary 10100 11000011 1100000 1011010 0 110011 11000 10010010 1010001 101010

Color Harmonies of #14C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C360

Black with #14C360

Text Example


Text Example

White with #14C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,96); }

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

background-color css

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

 a { background-color: rgb(20,195,96); }

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

border-color css

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

 span { border-color: rgb(20,195,96); }

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