Html Css Color HEX #13EA34 Malachite

📋 copy color: '#13EA34'

red 19 ◦ green 234 ◦ blue 52

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

Shades of Malachite #13EA34

Tints of Malachite #13EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 76.72%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 6.23%
G = 76.72%
B = 17.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#13EA34 (or 0x13EA34) is known color: Malachite. HEX triplet: 13, EA and 34. RGB value is (19,234,52). Sum of RGB (Red+Green+Blue) = 19+234+52=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA34 is #EC15CB. Grayscale: #959595. Windows color (decimal): -15472076 or 3467795. OLE color: 3467795.

HSL color Cylindrical-coordinate representation of color #13EA34: hue angle of 129.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA34 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 52 -
CMYK 0.92 0 0.78 0.08
HSL 129.21º 0.85% 0.5% -
HSV(B) 129.21º 0.92% 0.92% -
XYZ 30.31 59.23 13.08 -
YUV 148.97 73.27 35.3 -
System Red Green Blue C M Y K H S L
Decimal 19 234 52 0.92 0 0.78 0.08 129.21 0.85 0.5
Hex 13 EA 34 5C 0 4E 8 81 55 32
Octal 23 352 64 134 0 116 10 201 125 62
Binary 10011 11101010 110100 1011100 0 1001110 1000 10000001 1010101 110010

Color Harmonies of #13EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EA34

Black with #13EA34

Text Example


Text Example

White with #13EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,234,52); }

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

background-color css

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

 a { background-color: rgb(19,234,52); }

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

border-color css

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

 span { border-color: rgb(19,234,52); }

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