Html Css Color HEX #14F069 Malachite

📋 copy color: '#14F069'

red 20 ◦ green 240 ◦ blue 105

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

Shades of Malachite #14F069

Tints of Malachite #14F069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.75%

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 5.48%
G = 65.75%
B = 28.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#14F069 (or 0x14F069) is known color: Malachite. HEX triplet: 14, F0 and 69. RGB value is (20,240,105). Sum of RGB (Red+Green+Blue) = 20+240+105=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #14F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F069 is #EB0F96. Grayscale: #9F9F9F. Windows color (decimal): -15404951 or 6942740. OLE color: 6942740.

HSL color Cylindrical-coordinate representation of color #14F069: hue angle of 143.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F069 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 105 -
CMYK 0.92 0 0.56 0.06
HSL 143.18º 0.88% 0.51% -
HSV(B) 143.18º 0.92% 0.94% -
XYZ 34 63.49 23.83 -
YUV 158.83 97.61 28.98 -
System Red Green Blue C M Y K H S L
Decimal 20 240 105 0.92 0 0.56 0.06 143.18 0.88 0.51
Hex 14 F0 69 5C 0 38 6 8F 58 33
Octal 24 360 151 134 0 70 6 217 130 63
Binary 10100 11110000 1101001 1011100 0 111000 110 10001111 1011000 110011

Color Harmonies of #14F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F069

Black with #14F069

Text Example


Text Example

White with #14F069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,240,105); }

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

background-color css

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

 a { background-color: rgb(20,240,105); }

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

border-color css

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

 span { border-color: rgb(20,240,105); }

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