Html Css Color HEX #14F242 Malachite

📋 copy color: '#14F242'

red 20 ◦ green 242 ◦ blue 66

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

Shades of Malachite #14F242

Tints of Malachite #14F242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 6.1%
G = 73.78%
B = 20.12%

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

#14F242 (or 0x14F242) is known color: Malachite. HEX triplet: 14, F2 and 42. RGB value is (20,242,66). Sum of RGB (Red+Green+Blue) = 20+242+66=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #14F242 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F242 is #EB0DBD. Grayscale: #9C9C9C. Windows color (decimal): -15404478 or 4387348. OLE color: 4387348.

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

Color convert

RGB 20 242 66 -
CMYK 0.92 0 0.73 0.05
HSL 132.43º 0.9% 0.51% -
HSV(B) 132.43º 0.92% 0.95% -
XYZ 33.02 64.05 15.78 -
YUV 155.56 77.45 31.31 -
System Red Green Blue C M Y K H S L
Decimal 20 242 66 0.92 0 0.73 0.05 132.43 0.9 0.51
Hex 14 F2 42 5C 0 49 5 84 5A 33
Octal 24 362 102 134 0 111 5 204 132 63
Binary 10100 11110010 1000010 1011100 0 1001001 101 10000100 1011010 110011

Color Harmonies of #14F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F242

Black with #14F242

Text Example


Text Example

White with #14F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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