Html Css Color HEX #13F93F Malachite

📋 copy color: '#13F93F'

red 19 ◦ green 249 ◦ blue 63

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

Shades of Malachite #13F93F

Tints of Malachite #13F93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.23%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 5.74%
G = 75.23%
B = 19.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#13F93F (or 0x13F93F) is known color: Malachite. HEX triplet: 13, F9 and 3F. RGB value is (19,249,63). Sum of RGB (Red+Green+Blue) = 19+249+63=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 249 (97.66% from 255 or 75.23% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 249 - color contains mainly: green. Hex color #13F93F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F93F is #EC06C0. Grayscale: #9F9F9F. Windows color (decimal): -15468225 or 4192531. OLE color: 4192531.

HSL color Cylindrical-coordinate representation of color #13F93F: hue angle of 131.48º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F93F is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 63 -
CMYK 0.92 0 0.75 0.02
HSL 131.48º 0.95% 0.53% -
HSV(B) 131.48º 0.92% 0.98% -
XYZ 35.04 68.25 16.03 -
YUV 159.03 73.8 28.12 -
System Red Green Blue C M Y K H S L
Decimal 19 249 63 0.92 0 0.75 0.02 131.48 0.95 0.53
Hex 13 F9 3F 5C 0 4B 2 83 5F 35
Octal 23 371 77 134 0 113 2 203 137 65
Binary 10011 11111001 111111 1011100 0 1001011 10 10000011 1011111 110101

Color Harmonies of #13F93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F93F

Black with #13F93F

Text Example


Text Example

White with #13F93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,249,63); }

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

background-color css

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

 a { background-color: rgb(19,249,63); }

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

border-color css

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

 span { border-color: rgb(19,249,63); }

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