Html Css Color HEX #14E33D Malachite

📋 copy color: '#14E33D'

red 20 ◦ green 227 ◦ blue 61

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

Shades of Malachite #14E33D

Tints of Malachite #14E33D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.7%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 6.49%
G = 73.7%
B = 19.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#14E33D (or 0x14E33D) is known color: Malachite. HEX triplet: 14, E3 and 3D. RGB value is (20,227,61). Sum of RGB (Red+Green+Blue) = 20+227+61=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 227 (89.06% from 255 or 73.70% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 227 - color contains mainly: green. Hex color #14E33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E33D is #EB1CC2. Grayscale: #929292. Windows color (decimal): -15408323 or 4055828. OLE color: 4055828.

HSL color Cylindrical-coordinate representation of color #14E33D: hue angle of 131.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E33D is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 227 61 -
CMYK 0.91 0 0.73 0.11
HSL 131.88º 0.84% 0.48% -
HSV(B) 131.88º 0.91% 0.89% -
XYZ 28.6 55.42 13.61 -
YUV 146.18 79.92 38 -
System Red Green Blue C M Y K H S L
Decimal 20 227 61 0.91 0 0.73 0.11 131.88 0.84 0.48
Hex 14 E3 3D 5B 0 49 B 84 54 30
Octal 24 343 75 133 0 111 13 204 124 60
Binary 10100 11100011 111101 1011011 0 1001001 1011 10000100 1010100 110000

Color Harmonies of #14E33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E33D

Black with #14E33D

Text Example


Text Example

White with #14E33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,227,61); }

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

background-color css

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

 a { background-color: rgb(20,227,61); }

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

border-color css

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

 span { border-color: rgb(20,227,61); }

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