#13AE39

Color #13AE39 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13AE39

Tints of Dark Pastel Green #13AE39

Color information

#13AE39 (or 0x13AE39) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AE and 39. RGB value is (19,174,57). Sum of RGB (Red+Green+Blue) = 19+174+57=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE39 is #EC51C6. Grayscale: #727272. Windows color (decimal): -15487431 or 3780115. OLE color: 3780115.

HSL color Cylindrical-coordinate representation of color #13AE39: hue angle of 134.71º 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 #13AE39 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1917457-
CMYK0.8900.670.32
HSL134.71º80.31%37.84%-
HSV(B)134.71º89.08%68.24%-
XYZ16.1430.718.95-
YUV114.3295.6560.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 174 (68.36% from 255) = 69.6%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=7.6%
G=69.6%
B=22.8%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174570.8900.670.32134.7180.3137.84
Hex13AE395904320875026
Octal232567113101034020712046
Binary1001110101110111001101100101000011100000100001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13AE39;
 }
 .AnyTagClassName
 {
   color: #13AE39;
 }
</style>
background-color css

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

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

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

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

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

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