#13AE3C

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

Shades of Dark Pastel Green #13AE3C

Tints of Dark Pastel Green #13AE3C

Color information

#13AE3C (or 0x13AE3C) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AE and 3C. RGB value is (19,174,60). Sum of RGB (Red+Green+Blue) = 19+174+60=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE3C is #EC51C3. Grayscale: #727272. Windows color (decimal): -15487428 or 3976723. OLE color: 3976723.

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

Color convert

RGB1917460-
CMYK0.8900.660.32
HSL135.87º80.31%37.84%-
HSV(B)135.87º89.08%68.24%-
XYZ16.2230.749.35-
YUV114.6697.1559.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 174 (68.36% from 255) = 68.77%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=7.51%
G=68.77%
B=23.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19174600.8900.660.32135.8780.3137.84
Hex13AE3C5904220885026
Octal232567413101024021012046
Binary1001110101110111100101100101000010100000100010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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