#13F14C

Color #13F14C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #13F14C

Tints of Malachite #13F14C

Color information

#13F14C (or 0x13F14C) is unknown color: approx Malachite. HEX triplet: 13, F1 and 4C. RGB value is (19,241,76). Sum of RGB (Red+Green+Blue) = 19+241+76=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #13F14C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F14C is #EC0EB3. Grayscale: #9C9C9C. Windows color (decimal): -15470260 or 5042451. OLE color: 5042451.

HSL color Cylindrical-coordinate representation of color #13F14C: hue angle of 135.41º degrees, saturation: 0.89, 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 #13F14C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB1924176-
CMYK0.9200.680.05
HSL135.41º88.8%50.98%-
HSV(B)135.41º92.12%94.51%-
XYZ33.0363.5717.37-
YUV155.8182.9530.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.65%
GREEN value IS 241 (94.53% from 255) = 71.73%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=5.65%
G=71.73%
B=22.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19241760.9200.680.05135.4188.850.98
Hex13F14C5C0445875933
Octal233611141340104520713163
Binary10011111100011001100101110001000100101100001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13F14C; }

 p { color: rgb(19,241,76); }

 H1.HeaderClassName
 {
   color: #13F14C;
 }
 .AnyTagClassName
 {
   color: #13F14C;
 }
</style>
background-color css

<style>
 a { background-color: #13F14C; }

 a { background-color: rgb(19,241,76); }

 div.DivClassName
 {
   background-color: #13F14C;
 }
 .BgClassName
 {
   background-color: #13F14C;
 }
</style>
border-color css

<style>
 span { border-color: #13F14C; }

 span { border-color: rgb(19,241,76); }

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