#13AF46

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

Shades of Dark Pastel Green #13AF46

Tints of Dark Pastel Green #13AF46

Color information

#13AF46 (or 0x13AF46) is unknown color: approx Dark Pastel Green. HEX triplet: 13, AF and 46. RGB value is (19,175,70). Sum of RGB (Red+Green+Blue) = 19+175+70=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF46 is #EC50B9. Grayscale: #747474. Windows color (decimal): -15487162 or 4632339. OLE color: 4632339.

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

Color convert

RGB1917570-
CMYK0.8900.600.31
HSL139.62º80.41%38.04%-
HSV(B)139.62º89.14%68.63%-
XYZ16.731.2410.94-
YUV116.39101.8258.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 175 (68.75% from 255) = 66.29%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=7.20%
G=66.29%
B=26.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19175700.8900.600.31139.6280.4138.04
Hex13AF465903C1F8c5026
Octal232571061310743721412046
Binary100111010111110001101011001011110011111100011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,175,70); }

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

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

 a { background-color: rgb(19,175,70); }

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

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

 span { border-color: rgb(19,175,70); }

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