Html Css Color HEX #13A83F Dark Pastel Green

📋 copy color: '#13A83F'

red 19 ◦ green 168 ◦ blue 63

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

Shades of Dark Pastel Green #13A83F

Tints of Dark Pastel Green #13A83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 67.2%

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

R = 7.6%
G = 67.2%
B = 25.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#13A83F (or 0x13A83F) is known color: Dark Pastel Green. HEX triplet: 13, A8 and 3F. RGB value is (19,168,63). Sum of RGB (Red+Green+Blue) = 19+168+63=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 168 (66.02% from 255 or 67.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 168 - color contains mainly: green. Hex color #13A83F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A83F is #EC57C0. Grayscale: #6F6F6F. Windows color (decimal): -15488961 or 4171795. OLE color: 4171795.

HSL color Cylindrical-coordinate representation of color #13A83F: hue angle of 137.72º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A83F is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 168 63 -
CMYK 0.89 0 0.63 0.34
HSL 137.72º 0.8% 0.37% -
HSV(B) 137.72º 0.89% 0.66% -
XYZ 15.17 28.5 9.4 -
YUV 111.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 19 168 63 0.89 0 0.63 0.34 137.72 0.8 0.37
Hex 13 A8 3F 59 0 3F 22 8A 50 25
Octal 23 250 77 131 0 77 42 212 120 45
Binary 10011 10101000 111111 1011001 0 111111 100010 10001010 1010000 100101

Color Harmonies of #13A83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A83F

Black with #13A83F

Text Example


Text Example

White with #13A83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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