#13F850

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

Shades of Malachite #13F850

Tints of Malachite #13F850

Color information

#13F850 (or 0x13F850) is unknown color: approx Malachite. HEX triplet: 13, F8 and 50. RGB value is (19,248,80). Sum of RGB (Red+Green+Blue) = 19+248+80=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #13F850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F850 is #EC07AF. Grayscale: #A0A0A0. Windows color (decimal): -15468464 or 5306387. OLE color: 5306387.

HSL color Cylindrical-coordinate representation of color #13F850: hue angle of 135.98º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F850 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB1924880-
CMYK0.9200.680.03
HSL135.98º94.24%52.35%-
HSV(B)135.98º92.34%97.25%-
XYZ35.2867.8518.83-
YUV160.3882.6327.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 248 (97.27% from 255) = 71.47%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=5.48%
G=71.47%
B=23.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal19248800.9200.680.03135.9894.2452.35
Hex13F8505C0443885e34
Octal233701201340104321013664
Binary1001111111000101000010111000100010011100010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,248,80); }

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

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

 a { background-color: rgb(19,248,80); }

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

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

 span { border-color: rgb(19,248,80); }

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