Html Css Color HEX #14F358 Malachite

📋 copy color: '#14F358'

red 20 ◦ green 243 ◦ blue 88

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

Shades of Malachite #14F358

Tints of Malachite #14F358

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.23%

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 5.7%
G = 69.23%
B = 25.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#14F358 (or 0x14F358) is known color: Malachite. HEX triplet: 14, F3 and 58. RGB value is (20,243,88). Sum of RGB (Red+Green+Blue) = 20+243+88=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #14F358 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F358 is #EB0CA7. Grayscale: #9F9F9F. Windows color (decimal): -15404200 or 5829396. OLE color: 5829396.

HSL color Cylindrical-coordinate representation of color #14F358: hue angle of 138.3º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F358 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 243 88 -
CMYK 0.92 0 0.64 0.05
HSL 138.3º 0.9% 0.52% -
HSV(B) 138.3º 0.92% 0.95% -
XYZ 34.1 64.95 19.97 -
YUV 158.65 88.12 29.1 -
System Red Green Blue C M Y K H S L
Decimal 20 243 88 0.92 0 0.64 0.05 138.3 0.9 0.52
Hex 14 F3 58 5C 0 40 5 8A 5A 34
Octal 24 363 130 134 0 100 5 212 132 64
Binary 10100 11110011 1011000 1011100 0 1000000 101 10001010 1011010 110100

Color Harmonies of #14F358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F358

Black with #14F358

Text Example


Text Example

White with #14F358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,243,88); }

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

background-color css

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

 a { background-color: rgb(20,243,88); }

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

border-color css

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

 span { border-color: rgb(20,243,88); }

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