Html Css Color HEX #14F145 Malachite

📋 copy color: '#14F145'

red 20 ◦ green 241 ◦ blue 69

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

Shades of Malachite #14F145

Tints of Malachite #14F145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.03%

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 6.06%
G = 73.03%
B = 20.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#14F145 (or 0x14F145) is known color: Malachite. HEX triplet: 14, F1 and 45. RGB value is (20,241,69). Sum of RGB (Red+Green+Blue) = 20+241+69=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #14F145 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F145 is #EB0EBA. Grayscale: #9B9B9B. Windows color (decimal): -15404731 or 4583700. OLE color: 4583700.

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

Color convert

RGB 20 241 69 -
CMYK 0.92 0 0.71 0.05
HSL 133.3º 0.89% 0.51% -
HSV(B) 133.3º 0.92% 0.95% -
XYZ 32.82 63.49 16.16 -
YUV 155.31 79.28 31.49 -
System Red Green Blue C M Y K H S L
Decimal 20 241 69 0.92 0 0.71 0.05 133.3 0.89 0.51
Hex 14 F1 45 5C 0 47 5 85 59 33
Octal 24 361 105 134 0 107 5 205 131 63
Binary 10100 11110001 1000101 1011100 0 1000111 101 10000101 1011001 110011

Color Harmonies of #14F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F145

Black with #14F145

Text Example


Text Example

White with #14F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,241,69); }

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

background-color css

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

 a { background-color: rgb(20,241,69); }

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

border-color css

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

 span { border-color: rgb(20,241,69); }

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