Html Css Color HEX #14D84B Malachite

📋 copy color: '#14D84B'

red 20 ◦ green 216 ◦ blue 75

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

Shades of Malachite #14D84B

Tints of Malachite #14D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.45%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 6.43%
G = 69.45%
B = 24.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#14D84B (or 0x14D84B) is known color: Malachite. HEX triplet: 14, D8 and 4B. RGB value is (20,216,75). Sum of RGB (Red+Green+Blue) = 20+216+75=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #14D84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D84B is #EB27B4. Grayscale: #8D8D8D. Windows color (decimal): -15411125 or 4970516. OLE color: 4970516.

HSL color Cylindrical-coordinate representation of color #14D84B: hue angle of 136.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D84B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 216 75 -
CMYK 0.91 0 0.65 0.15
HSL 136.84º 0.83% 0.46% -
HSV(B) 136.84º 0.91% 0.85% -
XYZ 26.11 49.77 14.89 -
YUV 141.32 90.57 41.46 -
System Red Green Blue C M Y K H S L
Decimal 20 216 75 0.91 0 0.65 0.15 136.84 0.83 0.46
Hex 14 D8 4B 5B 0 41 F 89 53 2E
Octal 24 330 113 133 0 101 17 211 123 56
Binary 10100 11011000 1001011 1011011 0 1000001 1111 10001001 1010011 101110

Color Harmonies of #14D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D84B

Black with #14D84B

Text Example


Text Example

White with #14D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,75); }

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

background-color css

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

 a { background-color: rgb(20,216,75); }

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

border-color css

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

 span { border-color: rgb(20,216,75); }

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