Html Css Color HEX #14CC52 Malachite

📋 copy color: '#14CC52'

red 20 ◦ green 204 ◦ blue 82

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

Shades of Malachite #14CC52

Tints of Malachite #14CC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.67%

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

R = 6.54%
G = 66.67%
B = 26.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#14CC52 (or 0x14CC52) is known color: Malachite. HEX triplet: 14, CC and 52. RGB value is (20,204,82). Sum of RGB (Red+Green+Blue) = 20+204+82=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC52 is #EB33AD. Grayscale: #878787. Windows color (decimal): -15414190 or 5426196. OLE color: 5426196.

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

Color convert

RGB 20 204 82 -
CMYK 0.90 0 0.60 0.2
HSL 140.22º 0.82% 0.44% -
HSV(B) 140.22º 0.9% 0.8% -
XYZ 23.4 43.94 15.23 -
YUV 135.08 98.04 45.92 -
System Red Green Blue C M Y K H S L
Decimal 20 204 82 0.90 0 0.60 0.2 140.22 0.82 0.44
Hex 14 CC 52 5A 0 3C 14 8C 52 2C
Octal 24 314 122 132 0 74 24 214 122 54
Binary 10100 11001100 1010010 1011010 0 111100 10100 10001100 1010010 101100

Color Harmonies of #14CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC52

Black with #14CC52

Text Example


Text Example

White with #14CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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