Html Css Color HEX #14F236 Malachite

📋 copy color: '#14F236'

red 20 ◦ green 242 ◦ blue 54

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

Shades of Malachite #14F236

Tints of Malachite #14F236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 6.33%
G = 76.58%
B = 17.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#14F236 (or 0x14F236) is known color: Malachite. HEX triplet: 14, F2 and 36. RGB value is (20,242,54). Sum of RGB (Red+Green+Blue) = 20+242+54=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #14F236 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F236 is #EB0DC9. Grayscale: #9A9A9A. Windows color (decimal): -15404490 or 3600916. OLE color: 3600916.

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

Color convert

RGB 20 242 54 -
CMYK 0.92 0 0.78 0.05
HSL 129.19º 0.9% 0.51% -
HSV(B) 129.19º 0.92% 0.95% -
XYZ 32.71 63.92 14.1 -
YUV 154.19 71.45 32.29 -
System Red Green Blue C M Y K H S L
Decimal 20 242 54 0.92 0 0.78 0.05 129.19 0.9 0.51
Hex 14 F2 36 5C 0 4E 5 81 5A 33
Octal 24 362 66 134 0 116 5 201 132 63
Binary 10100 11110010 110110 1011100 0 1001110 101 10000001 1011010 110011

Color Harmonies of #14F236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F236

Black with #14F236

Text Example


Text Example

White with #14F236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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