Html Css Color HEX #13F040 Malachite

📋 copy color: '#13F040'

red 19 ◦ green 240 ◦ blue 64

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

Shades of Malachite #13F040

Tints of Malachite #13F040

RGB

 RED value IS 19 (7.81% from 255) = 5.88%

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 5.88%
G = 74.3%
B = 19.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#13F040 (or 0x13F040) is known color: Malachite. HEX triplet: 13, F0 and 40. RGB value is (19,240,64). Sum of RGB (Red+Green+Blue) = 19+240+64=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #13F040 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F040 is #EC0FBF. Grayscale: #9A9A9A. Windows color (decimal): -15470528 or 4255763. OLE color: 4255763.

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

Color convert

RGB 19 240 64 -
CMYK 0.92 0 0.73 0.06
HSL 132.22º 0.88% 0.51% -
HSV(B) 132.22º 0.92% 0.94% -
XYZ 32.35 62.83 15.27 -
YUV 153.86 77.28 31.81 -
System Red Green Blue C M Y K H S L
Decimal 19 240 64 0.92 0 0.73 0.06 132.22 0.88 0.51
Hex 13 F0 40 5C 0 49 6 84 58 33
Octal 23 360 100 134 0 111 6 204 130 63
Binary 10011 11110000 1000000 1011100 0 1001001 110 10000100 1011000 110011

Color Harmonies of #13F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F040

Black with #13F040

Text Example


Text Example

White with #13F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,240,64); }

 H1.HeaderClassName
 {
   color: #13F040;
 }
 .AnyTagClassName
 {
   color: #13F040;
 }
</style>

background-color css

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

 a { background-color: rgb(19,240,64); }

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

border-color css

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

 span { border-color: rgb(19,240,64); }

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