Html Css Color HEX #13F93D Malachite

📋 copy color: '#13F93D'

red 19 ◦ green 249 ◦ blue 61

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

Shades of Malachite #13F93D

Tints of Malachite #13F93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 5.78%
G = 75.68%
B = 18.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#13F93D (or 0x13F93D) is known color: Malachite. HEX triplet: 13, F9 and 3D. RGB value is (19,249,61). Sum of RGB (Red+Green+Blue) = 19+249+61=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #13F93D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F93D is #EC06C2. Grayscale: #9F9F9F. Windows color (decimal): -15468227 or 4061459. OLE color: 4061459.

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

Color convert

RGB 19 249 61 -
CMYK 0.92 0 0.76 0.02
HSL 130.96º 0.95% 0.53% -
HSV(B) 130.96º 0.92% 0.98% -
XYZ 34.99 68.23 15.74 -
YUV 158.8 72.8 28.29 -
System Red Green Blue C M Y K H S L
Decimal 19 249 61 0.92 0 0.76 0.02 130.96 0.95 0.53
Hex 13 F9 3D 5C 0 4C 2 83 5F 35
Octal 23 371 75 134 0 114 2 203 137 65
Binary 10011 11111001 111101 1011100 0 1001100 10 10000011 1011111 110101

Color Harmonies of #13F93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F93D

Black with #13F93D

Text Example


Text Example

White with #13F93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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