Html Css Color HEX #13AE32 Dark Pastel Green

📋 copy color: '#13AE32'

red 19 ◦ green 174 ◦ blue 50

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

Shades of Dark Pastel Green #13AE32

Tints of Dark Pastel Green #13AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 71.6%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 7.82%
G = 71.6%
B = 20.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#13AE32 (or 0x13AE32) is known color: Dark Pastel Green. HEX triplet: 13, AE and 32. RGB value is (19,174,50). Sum of RGB (Red+Green+Blue) = 19+174+50=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 174 (68.36% from 255 or 71.60% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE32 is #EC51CD. Grayscale: #717171. Windows color (decimal): -15487438 or 3321363. OLE color: 3321363.

HSL color Cylindrical-coordinate representation of color #13AE32: hue angle of 132º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 174 50 -
CMYK 0.89 0 0.71 0.32
HSL 132º 0.8% 0.38% -
HSV(B) 132º 0.89% 0.68% -
XYZ 15.98 30.64 8.09 -
YUV 113.52 92.15 60.58 -
System Red Green Blue C M Y K H S L
Decimal 19 174 50 0.89 0 0.71 0.32 132 0.8 0.38
Hex 13 AE 32 59 0 47 20 84 50 26
Octal 23 256 62 131 0 107 40 204 120 46
Binary 10011 10101110 110010 1011001 0 1000111 100000 10000100 1010000 100110

Color Harmonies of #13AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AE32

Black with #13AE32

Text Example


Text Example

White with #13AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,174,50); }

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

background-color css

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

 a { background-color: rgb(19,174,50); }

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

border-color css

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

 span { border-color: rgb(19,174,50); }

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