Html Css Color HEX #13F058 Malachite

📋 copy color: '#13F058'

red 19 ◦ green 240 ◦ blue 88

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

Shades of Malachite #13F058

Tints of Malachite #13F058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 5.48%
G = 69.16%
B = 25.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#13F058 (or 0x13F058) is known color: Malachite. HEX triplet: 13, F0 and 58. RGB value is (19,240,88). Sum of RGB (Red+Green+Blue) = 19+240+88=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #13F058 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F058 is #EC0FA7. Grayscale: #9C9C9C. Windows color (decimal): -15470504 or 5828627. OLE color: 5828627.

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

Color convert

RGB 19 240 88 -
CMYK 0.92 0 0.63 0.06
HSL 138.73º 0.88% 0.51% -
HSV(B) 138.73º 0.92% 0.94% -
XYZ 33.19 63.16 19.67 -
YUV 156.59 89.28 29.86 -
System Red Green Blue C M Y K H S L
Decimal 19 240 88 0.92 0 0.63 0.06 138.73 0.88 0.51
Hex 13 F0 58 5C 0 3F 6 8B 58 33
Octal 23 360 130 134 0 77 6 213 130 63
Binary 10011 11110000 1011000 1011100 0 111111 110 10001011 1011000 110011

Color Harmonies of #13F058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F058

Black with #13F058

Text Example


Text Example

White with #13F058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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