Html Css Color HEX #14D042 Malachite

📋 copy color: '#14D042'

red 20 ◦ green 208 ◦ blue 66

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

Shades of Malachite #14D042

Tints of Malachite #14D042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.75%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 6.8%
G = 70.75%
B = 22.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#14D042 (or 0x14D042) is known color: Malachite. HEX triplet: 14, D0 and 42. RGB value is (20,208,66). Sum of RGB (Red+Green+Blue) = 20+208+66=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #14D042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D042 is #EB2FBD. Grayscale: #878787. Windows color (decimal): -15413182 or 4378644. OLE color: 4378644.

HSL color Cylindrical-coordinate representation of color #14D042: hue angle of 134.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D042 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 66 -
CMYK 0.90 0 0.68 0.18
HSL 134.68º 0.82% 0.45% -
HSV(B) 134.68º 0.9% 0.82% -
XYZ 23.83 45.65 12.71 -
YUV 135.6 88.72 45.55 -
System Red Green Blue C M Y K H S L
Decimal 20 208 66 0.90 0 0.68 0.18 134.68 0.82 0.45
Hex 14 D0 42 5A 0 44 12 87 52 2D
Octal 24 320 102 132 0 104 22 207 122 55
Binary 10100 11010000 1000010 1011010 0 1000100 10010 10000111 1010010 101101

Color Harmonies of #14D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D042

Black with #14D042

Text Example


Text Example

White with #14D042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,66); }

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

background-color css

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

 a { background-color: rgb(20,208,66); }

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

border-color css

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

 span { border-color: rgb(20,208,66); }

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