Html Css Color HEX #14F245 Malachite

📋 copy color: '#14F245'

red 20 ◦ green 242 ◦ blue 69

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

Shades of Malachite #14F245

Tints of Malachite #14F245

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.11%

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

R = 6.04%
G = 73.11%
B = 20.85%

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

#14F245 (or 0x14F245) is known color: Malachite. HEX triplet: 14, F2 and 45. RGB value is (20,242,69). Sum of RGB (Red+Green+Blue) = 20+242+69=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #14F245 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F245 is #EB0DBA. Grayscale: #9C9C9C. Windows color (decimal): -15404475 or 4583956. OLE color: 4583956.

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

Color convert

RGB 20 242 69 -
CMYK 0.92 0 0.71 0.05
HSL 133.24º 0.9% 0.51% -
HSV(B) 133.24º 0.92% 0.95% -
XYZ 33.11 64.08 16.25 -
YUV 155.9 78.95 31.07 -
System Red Green Blue C M Y K H S L
Decimal 20 242 69 0.92 0 0.71 0.05 133.24 0.9 0.51
Hex 14 F2 45 5C 0 47 5 85 5A 33
Octal 24 362 105 134 0 107 5 205 132 63
Binary 10100 11110010 1000101 1011100 0 1000111 101 10000101 1011010 110011

Color Harmonies of #14F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F245

Black with #14F245

Text Example


Text Example

White with #14F245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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