Html Css Color HEX #14F341 Malachite

📋 copy color: '#14F341'

red 20 ◦ green 243 ◦ blue 65

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

Shades of Malachite #14F341

Tints of Malachite #14F341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 6.1%
G = 74.09%
B = 19.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#14F341 (or 0x14F341) is known color: Malachite. HEX triplet: 14, F3 and 41. RGB value is (20,243,65). Sum of RGB (Red+Green+Blue) = 20+243+65=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #14F341 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F341 is #EB0CBE. Grayscale: #9C9C9C. Windows color (decimal): -15404223 or 4322068. OLE color: 4322068.

HSL color Cylindrical-coordinate representation of color #14F341: hue angle of 132.11º 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 #14F341 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 243 65 -
CMYK 0.92 0 0.73 0.05
HSL 132.11º 0.9% 0.52% -
HSV(B) 132.11º 0.92% 0.95% -
XYZ 33.29 64.63 15.72 -
YUV 156.03 76.62 30.97 -
System Red Green Blue C M Y K H S L
Decimal 20 243 65 0.92 0 0.73 0.05 132.11 0.9 0.52
Hex 14 F3 41 5C 0 49 5 84 5A 34
Octal 24 363 101 134 0 111 5 204 132 64
Binary 10100 11110011 1000001 1011100 0 1001001 101 10000100 1011010 110100

Color Harmonies of #14F341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F341

Black with #14F341

Text Example


Text Example

White with #14F341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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