Html Css Color HEX #14CE52 Malachite

📋 copy color: '#14CE52'

red 20 ◦ green 206 ◦ blue 82

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

Shades of Malachite #14CE52

Tints of Malachite #14CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.88%

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 6.49%
G = 66.88%
B = 26.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#14CE52 (or 0x14CE52) is known color: Malachite. HEX triplet: 14, CE and 52. RGB value is (20,206,82). Sum of RGB (Red+Green+Blue) = 20+206+82=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 206 (80.86% from 255 or 66.88% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE52 is #EB31AD. Grayscale: #888888. Windows color (decimal): -15413678 or 5426708. OLE color: 5426708.

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

Color convert

RGB 20 206 82 -
CMYK 0.90 0 0.60 0.19
HSL 140º 0.82% 0.44% -
HSV(B) 140º 0.9% 0.81% -
XYZ 23.88 44.9 15.39 -
YUV 136.25 97.38 45.08 -
System Red Green Blue C M Y K H S L
Decimal 20 206 82 0.90 0 0.60 0.19 140 0.82 0.44
Hex 14 CE 52 5A 0 3C 13 8C 52 2C
Octal 24 316 122 132 0 74 23 214 122 54
Binary 10100 11001110 1010010 1011010 0 111100 10011 10001100 1010010 101100

Color Harmonies of #14CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE52

Black with #14CE52

Text Example


Text Example

White with #14CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,82); }

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

background-color css

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

 a { background-color: rgb(20,206,82); }

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

border-color css

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

 span { border-color: rgb(20,206,82); }

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