Html Css Color HEX #14F345 Malachite

📋 copy color: '#14F345'

red 20 ◦ green 243 ◦ blue 69

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

Shades of Malachite #14F345

Tints of Malachite #14F345

RGB

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

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

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

R = 6.02%
G = 73.19%
B = 20.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#14F345 (or 0x14F345) is known color: Malachite. HEX triplet: 14, F3 and 45. RGB value is (20,243,69). Sum of RGB (Red+Green+Blue) = 20+243+69=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #14F345 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F345 is #EB0CBA. Grayscale: #9C9C9C. Windows color (decimal): -15404219 or 4584212. OLE color: 4584212.

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

Color convert

RGB 20 243 69 -
CMYK 0.92 0 0.72 0.05
HSL 133.18º 0.9% 0.52% -
HSV(B) 133.18º 0.92% 0.95% -
XYZ 33.41 64.68 16.35 -
YUV 156.49 78.62 30.65 -
System Red Green Blue C M Y K H S L
Decimal 20 243 69 0.92 0 0.72 0.05 133.18 0.9 0.52
Hex 14 F3 45 5C 0 48 5 85 5A 34
Octal 24 363 105 134 0 110 5 205 132 64
Binary 10100 11110011 1000101 1011100 0 1001000 101 10000101 1011010 110100

Color Harmonies of #14F345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F345

Black with #14F345

Text Example


Text Example

White with #14F345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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