Html Css Color HEX #14E93B Malachite

📋 copy color: '#14E93B'

red 20 ◦ green 233 ◦ blue 59

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

Shades of Malachite #14E93B

Tints of Malachite #14E93B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.68%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 6.41%
G = 74.68%
B = 18.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#14E93B (or 0x14E93B) is known color: Malachite. HEX triplet: 14, E9 and 3B. RGB value is (20,233,59). Sum of RGB (Red+Green+Blue) = 20+233+59=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #14E93B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E93B is #EB16C4. Grayscale: #959595. Windows color (decimal): -15406789 or 3926292. OLE color: 3926292.

HSL color Cylindrical-coordinate representation of color #14E93B: hue angle of 130.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E93B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 233 59 -
CMYK 0.91 0 0.75 0.09
HSL 130.99º 0.84% 0.5% -
HSV(B) 130.99º 0.91% 0.91% -
XYZ 30.22 58.74 13.88 -
YUV 149.48 76.93 35.65 -
System Red Green Blue C M Y K H S L
Decimal 20 233 59 0.91 0 0.75 0.09 130.99 0.84 0.5
Hex 14 E9 3B 5B 0 4B 9 83 54 32
Octal 24 351 73 133 0 113 11 203 124 62
Binary 10100 11101001 111011 1011011 0 1001011 1001 10000011 1010100 110010

Color Harmonies of #14E93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E93B

Black with #14E93B

Text Example


Text Example

White with #14E93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,233,59); }

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

background-color css

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

 a { background-color: rgb(20,233,59); }

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

border-color css

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

 span { border-color: rgb(20,233,59); }

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