Html Css Color HEX #13F35A Malachite

📋 copy color: '#13F35A'

red 19 ◦ green 243 ◦ blue 90

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

Shades of Malachite #13F35A

Tints of Malachite #13F35A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.03%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 5.4%
G = 69.03%
B = 25.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#13F35A (or 0x13F35A) is known color: Malachite. HEX triplet: 13, F3 and 5A. RGB value is (19,243,90). Sum of RGB (Red+Green+Blue) = 19+243+90=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #13F35A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F35A is #EC0CA5. Grayscale: #9E9E9E. Windows color (decimal): -15469734 or 5960467. OLE color: 5960467.

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

Color convert

RGB 19 243 90 -
CMYK 0.92 0 0.63 0.05
HSL 139.02º 0.9% 0.51% -
HSV(B) 139.02º 0.92% 0.95% -
XYZ 34.16 64.98 20.41 -
YUV 158.58 89.29 28.44 -
System Red Green Blue C M Y K H S L
Decimal 19 243 90 0.92 0 0.63 0.05 139.02 0.9 0.51
Hex 13 F3 5A 5C 0 3F 5 8B 5A 33
Octal 23 363 132 134 0 77 5 213 132 63
Binary 10011 11110011 1011010 1011100 0 111111 101 10001011 1011010 110011

Color Harmonies of #13F35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F35A

Black with #13F35A

Text Example


Text Example

White with #13F35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,243,90); }

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

background-color css

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

 a { background-color: rgb(19,243,90); }

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

border-color css

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

 span { border-color: rgb(19,243,90); }

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